Add toggle support to google_assistsant cover/valve (#30502)

This commit is contained in:
Jan Bouwhuis 2023-12-25 19:35:21 +01:00 committed by GitHub
parent 3373c13f63
commit bfd315026c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ Currently, the following domains are available to be used with Google Assistant,
- button (scene) - button (scene)
- camera (streaming, requires compatible camera) - camera (streaming, requires compatible camera)
- climate (temperature setting, hvac_mode) - 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) - event (only entities with device class `doorbell` are supported)
- fan (on/off/speed percentage/preset mode) - fan (on/off/speed percentage/preset mode)
- group (on/off) - 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) - sensor (temperature setting for temperature sensors and humidity setting for humidity sensors)
- switch (on/off) - switch (on/off)
- vacuum (dock/start/stop/pause) - 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) - water_heater (on-off/temperature setting/operation mode)
<div class='note'> <div class='note'>