1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

deCONZ - Add support for Xiaomi window covers (#17337)

Add support for Xiaomi window covers
This commit is contained in:
Robert Svensson
2018-10-20 15:13:23 +02:00
committed by GitHub
parent ab826b8fe2
commit 26b7c2de7e
3 changed files with 59 additions and 9 deletions

View File

@@ -16,7 +16,9 @@ CONF_ALLOW_DECONZ_GROUPS = 'allow_deconz_groups'
ATTR_DARK = 'dark'
ATTR_ON = 'on'
COVER_TYPES = ["Level controllable output"]
DAMPERS = ["Level controllable output"]
WINDOW_COVERS = ["Window covering device"]
COVER_TYPES = DAMPERS + WINDOW_COVERS
POWER_PLUGS = ["On/Off plug-in unit", "Smart plug"]
SIRENS = ["Warning device"]