From 63e632de6a0115764b46e5b8f95ac60935c34aa5 Mon Sep 17 00:00:00 2001 From: Destix <32171782+Destix@users.noreply.github.com> Date: Thu, 11 Jul 2019 00:10:46 +0300 Subject: [PATCH] media_player volume control (#9829) media_player volume control now works via volume command --- source/_components/google_assistant.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index df1726c4b12..ac7c55e0f96 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -190,7 +190,7 @@ Currently, the following domains are available to be used with Google Assistant, - light (on/off/brightness/rgb color/color temp) - lock (lock/unlock (to allow assistant to unlock, set the `allow_unlock` key in configuration)) - cover (on/off/set position) -- media_player (on/off/set volume (via set brightness)/source (via set input source)) +- media_player (on/off/set volume (via set volume)/source (via set input source)) - climate (temperature setting, operation_mode) - vacuum (dock/start/stop/pause) - sensor (temperature setting, only for temperature sensor)