Clean up xbee (#46549)
This commit is contained in:
parent
fb73768164
commit
facbd73130
6 changed files with 14 additions and 24 deletions
5
homeassistant/components/xbee/const.py
Normal file
5
homeassistant/components/xbee/const.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
"""Constants for the xbee integration."""
|
||||
CONF_ON_STATE = "on_state"
|
||||
DEFAULT_ON_STATE = "high"
|
||||
DOMAIN = "xbee"
|
||||
STATES = ["high", "low"]
|
Loading…
Add table
Add a link
Reference in a new issue