mirror of
https://github.com/elisspace/core.git
synced 2026-09-16 15:56:22 +00:00
* upgraded n26 dependency removed card_id config parameter (unnecessary) get_token is now a public method inside n26 dependency * Add manifest.json
8 lines
147 B
Python
8 lines
147 B
Python
"""Provides the constants needed for component."""
|
|
DOMAIN = "n26"
|
|
|
|
DATA = "data"
|
|
|
|
CARD_STATE_ACTIVE = "M_ACTIVE"
|
|
CARD_STATE_BLOCKED = "M_DISABLED"
|