1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/n26/const.py
Markus Ressel 07d739c14e Add N26 component (#22684)
* upgraded n26 dependency
removed card_id config parameter (unnecessary)
get_token is now a public method inside n26 dependency

* Add manifest.json
2019-04-04 10:18:54 -07:00

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"