diff --git a/source/_components/climate.evohome.markdown b/source/_components/climate.evohome.markdown index a88b33520b0..100b1c20f15 100644 --- a/source/_components/climate.evohome.markdown +++ b/source/_components/climate.evohome.markdown @@ -15,7 +15,7 @@ ha_iot_class: "Cloud Polling" The `evohome` climate platform lets you control EU-based [Honeywell Connect Comfort](https://international.mytotalconnectcomfort.com/Account/Login) CH/DHW controllers from Home Assistant. -It uses the [evohomeclient](https://pypi.org/project/evohomeclient/) client library. Currently, Heating zones, and DHW controllers are not supported (they will be added at a later time). +It uses the [evohomeclient](https://pypi.org/project/evohomeclient/) client library. Currently, Heating zones and DHW controllers are not supported (they will be added at a later time). To set it up, add the following information to your `configuration.yaml` file: @@ -29,3 +29,4 @@ Configuration variables: - **username** (*Required*): The username (email address). - **password** (*Required*): The password. - **location_idx** (*Optional*): The location to use if the account hass access to more than one location. You cannot have multiple locations active at the one time. +