From bfd315026c154206497e755672b54e35a0cacf15 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Mon, 25 Dec 2023 19:35:21 +0100 Subject: [PATCH] Add toggle support to google_assistsant cover/valve (#30502) --- source/_integrations/google_assistant.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown index 2c6b714233b..a7c7945574d 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -272,7 +272,7 @@ Currently, the following domains are available to be used with Google Assistant, - button (scene) - camera (streaming, requires compatible camera) - climate (temperature setting, hvac_mode) -- cover (on/off/set position) +- cover (on/off/set position/stop/start=toggle cover) - event (only entities with device class `doorbell` are supported) - fan (on/off/speed percentage/preset mode) - group (on/off) @@ -289,7 +289,7 @@ Currently, the following domains are available to be used with Google Assistant, - sensor (temperature setting for temperature sensors and humidity setting for humidity sensors) - switch (on/off) - vacuum (dock/start/stop/pause) -- valve (open/close/set position/stop) +- valve (open/close/set position/stop/start=toggle valve) - water_heater (on-off/temperature setting/operation mode)