deCONZ cover support (#16759)

deCONZ cover platform for Keen vents
This commit is contained in:
Robert Svensson 2018-09-21 19:59:20 +02:00 committed by GitHub
parent 8b42d0c471
commit 7fe0d8b2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 263 additions and 12 deletions

View file

@ -16,6 +16,8 @@ CONF_ALLOW_DECONZ_GROUPS = 'allow_deconz_groups'
ATTR_DARK = 'dark'
ATTR_ON = 'on'
COVER_TYPES = ["Level controllable output"]
POWER_PLUGS = ["On/Off plug-in unit", "Smart plug"]
SIRENS = ["Warning device"]
SWITCH_TYPES = POWER_PLUGS + SIRENS