Add sensor platform to WiZ (#21850)

This commit is contained in:
J. Nick Koston 2022-02-28 18:50:40 -10:00 committed by GitHub
parent 466511a9e6
commit e79b1872e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Binary Sensor
- Light
- Number
- Sensor
- Switch
ha_iot_class: Local Push
ha_release: "2022.3"
@ -18,6 +19,7 @@ ha_platforms:
- binary_sensor
- light
- number
- sensor
- switch
---