"""Provides the constants needed for component."""
DOMAIN = "n26"

DATA = "data"

CARD_STATE_ACTIVE = "M_ACTIVE"
CARD_STATE_BLOCKED = "M_DISABLED"