Add yolink dimmer support (#24899)

* Add yolink dimmer support

* Update platform
This commit is contained in:
Matrix 2022-11-23 23:29:12 +08:00 committed by GitHub
parent adcd0e5b77
commit f745676333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Binary Sensor
- Climate
- Cover
- Light
- Lock
- Sensor
- Siren
@ -19,6 +20,7 @@ ha_platforms:
- binary_sensor
- climate
- cover
- light
- lock
- sensor
- siren
@ -51,3 +53,4 @@ The integration is tested and verified for the following devices from YoLink:
* YS7A01/2 (CO & Smoke Sensor)
* YS4002/3 (Thermostat)
* YS4906/8 YS7706 (Garage Door Sensor/ Garage Door Controller)
* YS5707 (Dimmer)