Skip to content

Commit

Permalink
Add switch platform to honeywell (home-assistant#32043)
Browse files Browse the repository at this point in the history
* Add switch platform to honeywell

* Tiny tweaks

* re-add config flow

---------

Co-authored-by: c0ffeeca7 <[email protected]>
  • Loading branch information
mkmer and c0ffeeca7 authored Apr 6, 2024
1 parent 467fb8f commit d2b2fef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/_integrations/honeywell.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ha_platforms:
- climate
- diagnostics
- sensor
- switch
ha_integration_type: integration
---

Expand All @@ -25,6 +26,7 @@ If your system is compatible with this integration, then you will be able access
- [Supported hardware](#supported-hardware)
- [Climate](#climate)
- [Sensor](#sensor)
- [Switch](#switch)

{% include integrations/config_flow.md %}

Expand Down Expand Up @@ -61,3 +63,12 @@ This integration will add Home Assistant sensors for the following:
|Outdoor humidity | Average humidity of all Honeywell Wireless Outdoor Sensors|
|Indoor temperature | Current temperature as measured at the specific thermostat|
|Indoor humidity | Current humidity as measured at the specific thermostat|

## Switch

The switch entity integrates the emergency heat option for each device. If the thermostat supports emergency heat, the switch entity will be created.

This integration will add a switch for the following:
|Switch|Value|
--- | ---
|Emergency Heat | Activates second stage heat source as primary heat|

0 comments on commit d2b2fef

Please sign in to comment.