Add climate platform to Insteon (#35763)

This commit is contained in:
Tom Harris 2020-06-02 21:16:44 -04:00 committed by GitHub
parent 544094af21
commit b5f12bd9c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 271 additions and 0 deletions

View file

@ -36,6 +36,7 @@ DOMAIN = "insteon"
INSTEON_COMPONENTS = [
"binary_sensor",
"climate",
"cover",
"fan",
"light",
@ -76,10 +77,12 @@ SRV_RESPONDER = "responder"
SRV_HOUSECODE = "housecode"
SRV_SCENE_ON = "scene_on"
SRV_SCENE_OFF = "scene_off"
SRV_ADD_DEFAULT_LINKS = "add_default_links"
SIGNAL_LOAD_ALDB = "load_aldb"
SIGNAL_PRINT_ALDB = "print_aldb"
SIGNAL_SAVE_DEVICES = "save_devices"
SIGNAL_ADD_DEFAULT_LINKS = "add_default_links"
HOUSECODES = [
"a",