10 lines
213 B
Python
10 lines
213 B
Python
|
"""Constants for the Twente Milieu integration."""
|
||
|
|
||
|
DOMAIN = "twentemilieu"
|
||
|
|
||
|
DATA_UPDATE = "twentemilieu_update"
|
||
|
|
||
|
CONF_POST_CODE = "post_code"
|
||
|
CONF_HOUSE_NUMBER = "house_number"
|
||
|
CONF_HOUSE_LETTER = "house_letter"
|