mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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:
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user