mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
Add switch platform to honeywell (#32043)
* Add switch platform to honeywell * Tiny tweaks * re-add config flow --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
467fb8fbca
commit
d2b2feffa9
@ -15,6 +15,7 @@ ha_platforms:
|
|||||||
- climate
|
- climate
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -25,6 +26,7 @@ If your system is compatible with this integration, then you will be able access
|
|||||||
- [Supported hardware](#supported-hardware)
|
- [Supported hardware](#supported-hardware)
|
||||||
- [Climate](#climate)
|
- [Climate](#climate)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
|
- [Switch](#switch)
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -61,3 +63,12 @@ This integration will add Home Assistant sensors for the following:
|
|||||||
|Outdoor humidity | Average humidity of all Honeywell Wireless Outdoor Sensors|
|
|Outdoor humidity | Average humidity of all Honeywell Wireless Outdoor Sensors|
|
||||||
|Indoor temperature | Current temperature as measured at the specific thermostat|
|
|Indoor temperature | Current temperature as measured at the specific thermostat|
|
||||||
|Indoor humidity | Current humidity 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|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user