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
This commit is contained in:
parent
9bb88a6143
commit
07d739c14e
7 changed files with 486 additions and 0 deletions
7
homeassistant/components/n26/const.py
Normal file
7
homeassistant/components/n26/const.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
"""Provides the constants needed for component."""
|
||||
DOMAIN = "n26"
|
||||
|
||||
DATA = "data"
|
||||
|
||||
CARD_STATE_ACTIVE = "M_ACTIVE"
|
||||
CARD_STATE_BLOCKED = "M_DISABLED"
|
Loading…
Add table
Add a link
Reference in a new issue