mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Document deCONZ Fan support (#14670)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
20721d849a
commit
47448fc41d
@ -5,6 +5,7 @@ ha_category:
|
||||
- Hub
|
||||
- Binary Sensor
|
||||
- Cover
|
||||
- Fan
|
||||
- Light
|
||||
- Lock
|
||||
- Scene
|
||||
@ -320,6 +321,12 @@ The `entity_id` name will be `cover.device_name`, where `device_name` is defined
|
||||
- Keen vents
|
||||
- Xiaomi Aqara Curtain controller
|
||||
|
||||
## Fan
|
||||
|
||||
Fans from deCONZ are currently a combination of a light and fan fixture.
|
||||
|
||||
Note that devices in the fan platform identify as lights, so there is a manually curated list that defines which "lights" are fans. You, therefore, add a fan device as a light device in deCONZ (Phoscon App).
|
||||
|
||||
## Light
|
||||
|
||||
The `entity_id` names will be `light.device_name`, where `device_name` is defined in deCONZ. Light groups created in deCONZ will be created in Home Assistant as lights named `light.group_name_in_deconz`, allowing the user to control groups of lights with only a single API call to deCONZ.
|
||||
|
Loading…
x
Reference in New Issue
Block a user