From 657e5bdab011f022ec79d536a52ad7cbcae3d1af Mon Sep 17 00:00:00 2001 From: RDFurman Date: Wed, 6 Apr 2022 05:48:50 -0600 Subject: [PATCH] Add honeywell sensor (#21424) --- source/_integrations/honeywell.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/honeywell.markdown b/source/_integrations/honeywell.markdown index c15ae822535..ae94238e1b7 100644 --- a/source/_integrations/honeywell.markdown +++ b/source/_integrations/honeywell.markdown @@ -3,6 +3,7 @@ title: Honeywell Total Connect Comfort (US) description: Instructions on how to integrate Honeywell thermostats within Home Assistant. ha_category: - Climate + - Sensor ha_release: pre 0.7 ha_iot_class: Cloud Polling ha_config_flow: true @@ -11,6 +12,7 @@ ha_codeowners: ha_domain: honeywell ha_platforms: - climate + - sensor --- The Honeywell integration integrates Home Assistant with _US-based_ [Honeywell Total Connect Comfort (TCC)](https://mytotalconnectcomfort.com/portal/) climate systems. @@ -19,4 +21,10 @@ It uses the [somecomfort](https://github.com/kk7ds/somecomfort) client library. 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/`). +This integration will add Home Assistant sensors for the following: +|Sensor|Value| +--- | --- +|Outdoor temperature | Average temperature of all Honeywell Wireless Outdoor Sensors| +|Outdoor humidity | Average humidity of all Honeywell Wireless Outdoor Sensors| + {% include integrations/config_flow.md %}