mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
Add EcoNet switch platform (#34637)
This commit is contained in:
parent
6d01f7bf7b
commit
26ec9c4ddf
@ -5,6 +5,7 @@ ha_category:
|
||||
- Binary sensor
|
||||
- Climate
|
||||
- Sensor
|
||||
- Switch
|
||||
- Water heater
|
||||
ha_release: 0.61
|
||||
ha_iot_class: Cloud Push
|
||||
@ -16,6 +17,7 @@ ha_platforms:
|
||||
- binary_sensor
|
||||
- climate
|
||||
- sensor
|
||||
- switch
|
||||
- water_heater
|
||||
ha_integration_type: integration
|
||||
---
|
||||
@ -31,6 +33,7 @@ EcoNet devices may be represented by one or more platforms.
|
||||
- [Binary sensor](#binary-sensor)
|
||||
- [Climate](#climate)
|
||||
- [Sensor](#sensor)
|
||||
- [Switch](#switch)
|
||||
- [Water heater](#water-heater)
|
||||
|
||||
### 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.
|
||||
|
||||
### Switch
|
||||
|
||||
The EcoNet Switch platform let's you control the EcoNet thermostat emergency heat.
|
||||
|
||||
### Water heater
|
||||
|
||||
The EcoNet water heater platform lets you control your EcoNet water heater. Water heaters do not report the current water temperature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user