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:
Marcel van der Veldt 2021-02-24 19:39:35 +01:00 committed by GitHub
parent 0eb8951aed
commit 868a536d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 802 additions and 0 deletions

View file

@ -9,6 +9,7 @@ PLATFORMS = [
"fan",
"light",
"lock",
"number",
"sensor",
"switch",
]