mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 22:07:57 +01:00
6 lines
136 B
Python
6 lines
136 B
Python
"""Constants for the xbee integration."""
|
|
CONF_ON_STATE = "on_state"
|
|
DEFAULT_ON_STATE = "high"
|
|
DOMAIN = "xbee"
|
|
STATES = ["high", "low"]
|