1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-27 05:14:39 +00:00
Files
core/homeassistant/components/xbee/const.py
2021-02-17 13:15:13 +01:00

6 lines
136 B
Python

"""Constants for the xbee integration."""
CONF_ON_STATE = "on_state"
DEFAULT_ON_STATE = "high"
DOMAIN = "xbee"
STATES = ["high", "low"]