From e748f605f2a2eadae1622ca1a8f61f5b8ba4a512 Mon Sep 17 00:00:00 2001 From: Luuk Dobber <1858881+luukdobber@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:46:23 +0200 Subject: [PATCH] Add info about select entity for heating circuit to Tado docs (#39797) --- source/_integrations/tado.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tado.markdown b/source/_integrations/tado.markdown index b1631351de0..3432bb963b0 100644 --- a/source/_integrations/tado.markdown +++ b/source/_integrations/tado.markdown @@ -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.