Add honeywell sensor (#21424)

This commit is contained in:
RDFurman 2022-04-06 05:48:50 -06:00 committed by GitHub
parent 50deed045e
commit 657e5bdab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}