core/homeassistant/components/xbee/const.py

6 lines
136 B
Python
Raw Normal View History

2021-02-17 12:15:13 +00:00
"""Constants for the xbee integration."""
CONF_ON_STATE = "on_state"
DEFAULT_ON_STATE = "high"
DOMAIN = "xbee"
STATES = ["high", "low"]