mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 14:09:16 +00: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"]
|