Add EcoNet switch platform (#34637)

This commit is contained in:
G Johansson 2024-09-09 10:13:42 +02:00 committed by GitHub
parent 6d01f7bf7b
commit 26ec9c4ddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ ha_category:
- Binary sensor - Binary sensor
- Climate - Climate
- Sensor - Sensor
- Switch
- Water heater - Water heater
ha_release: 0.61 ha_release: 0.61
ha_iot_class: Cloud Push ha_iot_class: Cloud Push
@ -16,6 +17,7 @@ ha_platforms:
- binary_sensor - binary_sensor
- climate - climate
- sensor - sensor
- switch
- water_heater - water_heater
ha_integration_type: integration ha_integration_type: integration
--- ---
@ -31,6 +33,7 @@ EcoNet devices may be represented by one or more platforms.
- [Binary sensor](#binary-sensor) - [Binary sensor](#binary-sensor)
- [Climate](#climate) - [Climate](#climate)
- [Sensor](#sensor) - [Sensor](#sensor)
- [Switch](#switch)
- [Water heater](#water-heater) - [Water heater](#water-heater)
### Binary sensor ### Binary sensor
@ -45,6 +48,10 @@ The EcoNet Climate platform lets you control your EcoNet thermostat. Multi-zone
The EcoNet Sensor platform lets you view sensors associated with your EcoNet thermostat or water heater. For example, alert count or available hot water. The EcoNet Sensor platform lets you view sensors associated with your EcoNet thermostat or water heater. For example, alert count or available hot water.
### Switch
The EcoNet Switch platform let's you control the EcoNet thermostat emergency heat.
### Water heater ### Water heater
The EcoNet water heater platform lets you control your EcoNet water heater. Water heaters do not report the current water temperature. The EcoNet water heater platform lets you control your EcoNet water heater. Water heaters do not report the current water temperature.