From bfd0c041c7f5d32ac17ff5dfafcbc90a1bbeaea5 Mon Sep 17 00:00:00 2001 From: Matthias Lohr Date: Thu, 25 Nov 2021 22:40:33 +0100 Subject: [PATCH] Add tolo binary_sensor platform (#20452) --- source/_integrations/tolo.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tolo.markdown b/source/_integrations/tolo.markdown index c28001216f8..e1a9af1bf65 100644 --- a/source/_integrations/tolo.markdown +++ b/source/_integrations/tolo.markdown @@ -12,6 +12,7 @@ ha_codeowners: - '@MatthiasLohr' ha_iot_class: "Local Polling" ha_platforms: + - binary_sensor - button - climate - light @@ -28,6 +29,6 @@ The integration allows for: - Setting the target temperature and target humidity - Controlling the fan (used for drying and cooling down the sauna) - Controlling the sauna lights (on/off, mode selection) -- Checking diagnostic information (water level, tank temperature) +- Checking diagnostic information (water level, tank temperature, water in/out valves) {% include integrations/config_flow.md %}