Add dimmer switches (#16686)

https://github.com/home-assistant/core/pull/44713 adds support for dimmer switches with the Light entity type.
This commit is contained in:
Jonathan Keslin 2021-02-22 02:06:50 -08:00 committed by GitHub
parent bef20785f6
commit fd069967ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ description: Instructions on how to set up VeSync switches, outlets, and fans wi
ha_category: ha_category:
- Switch - Switch
- Fan - Fan
- Light
ha_release: 0.66 ha_release: 0.66
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_config_flow: true ha_config_flow: true
@ -15,6 +16,7 @@ ha_domain: vesync
ha_platforms: ha_platforms:
- fan - fan
- switch - switch
- light
--- ---
The `vesync` integration enables you to control smart switches and outlets connected to the VeSync App. The `vesync` integration enables you to control smart switches and outlets connected to the VeSync App.
@ -25,6 +27,7 @@ The following platforms are supported:
- **switch** - **switch**
- **fan** - **fan**
- **light**
## Supported Devices ## Supported Devices
@ -41,6 +44,8 @@ This integration supports devices controllable by the VeSync App. The following
### Switches ### Switches
- Etekcity In Wall Smart Switch (EWSL01-USA) - Etekcity In Wall Smart Switch (EWSL01-USA)
- Etekcity Wifi Dimmer Switch (ESD16)
- Etekcity Wifi Dimmer Switch (ESWD16)
### Fans ### Fans