From 2b8884f2dc23aeea9b4553fc048126f059a43e28 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 17 May 2019 09:38:14 +0200 Subject: [PATCH] Updated SET_AWAY_MODE and TURN_ON/OFF on Daikin Climate (#9370) (#9468) --- source/_components/daikin.markdown | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/source/_components/daikin.markdown b/source/_components/daikin.markdown index c01d5d8dff3..55079e1a5cf 100644 --- a/source/_components/daikin.markdown +++ b/source/_components/daikin.markdown @@ -61,10 +61,12 @@ hosts: The `daikin` climate platform integrates Daikin air conditioning systems into Home Assistant, enabling control of setting the following parameters: -- **mode** (cool, heat, dry, fan only or auto) -- **target temperature** -- **fan speed** -- **swing mode** +- [**mode**](https://www.home-assistant.io/components/climate#service-climateset_operation_mode) (cool, heat, dry, fan only or auto) +- [**target temperature**](https://www.home-assistant.io/components/climate#service-climateset_temperature) +- [**fan mode**](https://www.home-assistant.io/components/climate#service-climateset_fan_mode) (speed) +- [**swing mode**](https://www.home-assistant.io/components/climate#service-climateset_swing_mode) +- [**turn on/off**](https://www.home-assistant.io/components/climate#service-climateturn_on) +- [**away mode**](https://www.home-assistant.io/components/climate#service-climateset_away_mode) Current inside temperature is displayed. @@ -89,4 +91,4 @@ Daikin AirBase units exposes zones (typically rooms) that can be switched on/off

Zones with the name `-` will be ignored, just as the AirBase application is working. -

\ No newline at end of file +