Rework Z-Wave.Me switch multilevel devices to also use light entity (#77969)
Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com>
This commit is contained in:
parent
3941290edc
commit
003d160a96
5 changed files with 37 additions and 9 deletions
|
@ -10,6 +10,7 @@ class ZWaveMePlatform(StrEnum):
|
|||
"""Included ZWaveMe platforms."""
|
||||
|
||||
BINARY_SENSOR = "sensorBinary"
|
||||
BRIGHTNESS_LIGHT = "lightMultilevel"
|
||||
BUTTON = "toggleButton"
|
||||
CLIMATE = "thermostat"
|
||||
COVER = "motor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue