Document deCONZ Fan support (#14670)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Robert Svensson 2020-10-13 13:25:11 +02:00 committed by GitHub
parent 20721d849a
commit 47448fc41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.