From 6519e631915b29f5236c7b57a45b67619827f1ae Mon Sep 17 00:00:00 2001 From: RDFurman Date: Mon, 19 Jul 2021 13:47:40 -0600 Subject: [PATCH] Update honeywell documentation (#17814) --- source/_integrations/honeywell.markdown | 46 +++---------------------- 1 file changed, 5 insertions(+), 41 deletions(-) diff --git a/source/_integrations/honeywell.markdown b/source/_integrations/honeywell.markdown index 35b20fb7187..393b08dd9ca 100644 --- a/source/_integrations/honeywell.markdown +++ b/source/_integrations/honeywell.markdown @@ -5,54 +5,18 @@ ha_category: - Climate ha_release: pre 0.7 ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@rdfurman' ha_domain: honeywell ha_platforms: - climate --- -The `honeywell` climate platform integrates Home Assistant with _US-based_ [Honeywell Total Connect Comfort (TCC)](https://mytotalconnectcomfort.com/portal/) climate systems. +The Honeywell integration integrates Home Assistant with _US-based_ [Honeywell Total Connect Comfort (TCC)](https://mytotalconnectcomfort.com/portal/) climate systems. It uses the [somecomfort](https://github.com/kk7ds/somecomfort) client library. It does not support the home security functionality of TCC. If your system is compatible with this integration, then you will be able access it via [https://mytotalconnectcomfort.com/portal/](https://mytotalconnectcomfort.com/portal/) (note the `/portal/`). -## Configuration - -To set up this integration, add the following to the `climate:` section of your `configuration.yaml` file: - -```yaml -climate: -# Example configuration.yaml entry - - platform: honeywell - username: YOUR_USERNAME - password: YOUR_PASSWORD -``` - -{% configuration %} -username: - description: Email address of an account with access to the TCC website. - required: true - type: string -password: - description: Password for the account. - required: true - type: string -away_cool_temperature: - description: "Cooling setpoint when away mode is on, in degrees Fahrenheit." - required: false - default: 88 - type: integer -away_heat_temperature: - description: "Heating setpoint when away mode is on, in degrees Fahrenheit." - required: false - default: 61 - type: integer -thermostat: - description: ID of thermostat to restrict the integration to. - required: false - type: string -location: - description: ID of location to restrict the integration to. - required: false - type: string -{% endconfiguration %} +{% include integrations/config_flow.md %} \ No newline at end of file