5 lines
116 B
Python
5 lines
116 B
Python
|
"""Constants for the Bryant Evolution integration."""
|
||
|
|
||
|
DOMAIN = "bryant_evolution"
|
||
|
CONF_SYSTEM_ZONE = "system_zone"
|