diff --git a/source/_integrations/deconz.markdown b/source/_integrations/deconz.markdown index 6df11fb6cbd..d3fcfdaea9e 100644 --- a/source/_integrations/deconz.markdown +++ b/source/_integrations/deconz.markdown @@ -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.