Add Siren to Z-Wave.Me integration (#67200)
* Siren integration * Clean up Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
36385396b0
commit
c6952a0ee3
6 changed files with 55 additions and 3 deletions
|
@ -16,6 +16,7 @@ class ZWaveMePlatform(StrEnum):
|
|||
NUMBER = "switchMultilevel"
|
||||
SWITCH = "switchBinary"
|
||||
SENSOR = "sensorMultilevel"
|
||||
SIREN = "siren"
|
||||
RGBW_LIGHT = "switchRGBW"
|
||||
RGB_LIGHT = "switchRGB"
|
||||
|
||||
|
@ -28,5 +29,6 @@ PLATFORMS = [
|
|||
Platform.LOCK,
|
||||
Platform.NUMBER,
|
||||
Platform.SENSOR,
|
||||
Platform.SIREN,
|
||||
Platform.SWITCH,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue