From a7a467065d1a2b2561b76a67f3072444bcf1b800 Mon Sep 17 00:00:00 2001 From: Frantz Date: Sun, 21 Jan 2018 18:34:19 +0200 Subject: [PATCH] Update climate.daikin.markdown (#4482) According to https://community.home-assistant.io/t/daikin-component-no-climate-entities-created-task-exception/39608/26 BRP069A42 does not support setting of fan speed or fan swing mode. --- source/_components/climate.daikin.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_components/climate.daikin.markdown b/source/_components/climate.daikin.markdown index 116cf08034a..52e3f5b5252 100644 --- a/source/_components/climate.daikin.markdown +++ b/source/_components/climate.daikin.markdown @@ -17,14 +17,15 @@ ha_iot_class: "Local Polling" The climate component integrates Daikin air conditioning systems into Home Assistant, enabling control of setting the following parameters: - **mode** (cool, heat, dry, fan only or auto) -- **fan speed** +- **fan speed** (on supported models) - **target temperature** - **swing mode** (on supported models) Current temperature is displayed.

- Please note, the `daikin` platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant + Please note, the `daikin` platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant. + BRP069A42 does not support setting of fan speed or fan swing mode.

### Configuration ###