Add info about select entity for heating circuit to Tado docs (#39797)

This commit is contained in:
Luuk Dobber 2025-07-21 13:46:23 +02:00 committed by GitHub
parent 33dc149c85
commit e748f605f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ ha_category:
- Climate
- Hub
- Presence detection
- Select
- Sensor
- Switch
- Water heater
@ -22,6 +23,7 @@ ha_platforms:
- climate
- device_tracker
- diagnostics
- select
- sensor
- switch
- water_heater
@ -37,9 +39,10 @@ There is currently support for the following device types within Home Assistant:
- Climate - for every Tado zone.
- Water heater - for water heater zones.
- [Presence detection](#presence-detection)
- Select - for controlling the heating circuit of a zone.
- Sensor - for some additional information of the zones.
- Weather - for information about the current weather at the location of your Tado home.
- Switch - for controlling child lock on supported devices
- Switch - for controlling child lock on supported devices.
The Tado thermostats are internet connected thermostats. There exists an unofficial API at [my.tado.com](https://my.tado.com/), which is used by their website and now by this component.