From 47448fc41d83c33eacede588d1031be0d486f35f Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Tue, 13 Oct 2020 13:25:11 +0200 Subject: [PATCH] Document deCONZ Fan support (#14670) Co-authored-by: Franck Nijhof --- source/_integrations/deconz.markdown | 7 +++++++ 1 file changed, 7 insertions(+) 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.