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:
Poltorak Serguei 2022-09-14 15:19:17 +03:00 committed by GitHub
parent 3941290edc
commit 003d160a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 9 deletions

View file

@ -10,6 +10,7 @@ class ZWaveMePlatform(StrEnum):
"""Included ZWaveMe platforms."""
BINARY_SENSOR = "sensorBinary"
BRIGHTNESS_LIGHT = "lightMultilevel"
BUTTON = "toggleButton"
CLIMATE = "thermostat"
COVER = "motor"