From c05d6167f621298313eacc2445b76b8bb058c9c2 Mon Sep 17 00:00:00 2001 From: MatsNl <37705266+MatsNl@users.noreply.github.com> Date: Thu, 23 Apr 2020 13:16:18 +0200 Subject: [PATCH] Update atag docs (#13143) Reflect the changes in the main PR - add preset modes - remove OFF mode - renamed sensors --- source/_integrations/atag.markdown | 36 +++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/source/_integrations/atag.markdown b/source/_integrations/atag.markdown index 5b837eaf11e..dea49001bba 100644 --- a/source/_integrations/atag.markdown +++ b/source/_integrations/atag.markdown @@ -18,19 +18,15 @@ The integration implements the following platforms: ## Configuration -The Atag integration can be enabled directly from Home Assistant. Navigate to `configuration`, then `integrations` and click `add`. Click `Atag` to initiate the configuration. Only the IP Address has to be provided, but be sure to add your email address if you experience connectivity issues. +The Atag integration can be enabled directly from Home Assistant. Navigate to `configuration`, then `integrations` and click `add`. Click `Atag` to initiate the configuration. {% configuration %} host: description: Atag hostname or IP address. required: true type: string -email: - description: Email registered in the Atag App. - required: false - type: string port: - description: Port to reach the Atag API. Only needed if connecting through alternative routes. + description: API Port. Only change if you are connecting indirectly (e.g. through reverse proxy) required: false type: integer {% endconfiguration %} @@ -45,13 +41,18 @@ This integration supports the following services (see [Climate](/integrations/cl - [`set_temperature`](/integrations/climate/#service-climateset_temperature) - [`set_hvac_mode`](/integrations/climate/#service-climateset_hvac_mode) - - `heat` for regular thermostat mode + - `heat` for thermostat mode - `auto` for weather-based mode - - `off` to disable control from Home Assistant +- [`set_preset_mode`](/integrations/climate/#service-climateset_preset_mode) + - `Manual` enable manual operation + - `Auto` enable schedule based operation + - `Extend` delay the next scheduled temperature update by the default extend period + - `away` enable the vacation mode for 1 day or until another preset is activated + - `boost` enable fireplace mode