Clean up xbee (#46549)

This commit is contained in:
tkdrob 2021-02-17 07:15:13 -05:00 committed by GitHub
parent fb73768164
commit facbd73130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 24 deletions

View file

@ -0,0 +1,5 @@
"""Constants for the xbee integration."""
CONF_ON_STATE = "on_state"
DEFAULT_ON_STATE = "high"
DOMAIN = "xbee"
STATES = ["high", "low"]