Add zwave-js fan platform (#45439)

* Add zwave-js fan platform

* Update remaining tests

* Missing awaits, tests fixed

* Fix typing

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Chris
2021-01-22 16:11:32 -07:00
committed by GitHub
parent 22a6e55e70
commit 68e7ecb74b
6 changed files with 672 additions and 1 deletions

View File

@@ -3,7 +3,16 @@
DOMAIN = "zwave_js"
NAME = "Z-Wave JS"
PLATFORMS = ["binary_sensor", "climate", "cover", "light", "lock", "sensor", "switch"]
PLATFORMS = [
"binary_sensor",
"climate",
"cover",
"fan",
"light",
"lock",
"sensor",
"switch",
]
DATA_CLIENT = "client"
DATA_UNSUBSCRIBE = "unsubs"