mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
bef20785f6
commit
fd069967ff
@ -4,6 +4,7 @@ description: Instructions on how to set up VeSync switches, outlets, and fans wi
|
||||
ha_category:
|
||||
- Switch
|
||||
- Fan
|
||||
- Light
|
||||
ha_release: 0.66
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
@ -15,6 +16,7 @@ ha_domain: vesync
|
||||
ha_platforms:
|
||||
- fan
|
||||
- switch
|
||||
- light
|
||||
---
|
||||
|
||||
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**
|
||||
- **fan**
|
||||
- **light**
|
||||
|
||||
## Supported Devices
|
||||
|
||||
@ -41,6 +44,8 @@ This integration supports devices controllable by the VeSync App. The following
|
||||
### Switches
|
||||
|
||||
- Etekcity In Wall Smart Switch (EWSL01-USA)
|
||||
- Etekcity Wifi Dimmer Switch (ESD16)
|
||||
- Etekcity Wifi Dimmer Switch (ESWD16)
|
||||
|
||||
### Fans
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user