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