Add number platform to Z-Wave JS (#46956)
* add number platform to zwave_js integration * add discovery scheme for thermostat valve control, using number platform Co-authored-by: kpine <keith.pine@gmail.com>
This commit is contained in:
parent
0eb8951aed
commit
868a536d81
6 changed files with 802 additions and 0 deletions
|
@ -9,6 +9,7 @@ PLATFORMS = [
|
|||
"fan",
|
||||
"light",
|
||||
"lock",
|
||||
"number",
|
||||
"sensor",
|
||||
"switch",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue