mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 21:19:16 +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"
|