From fc49be4936e0d818e35c52f6220035380fa61aa2 Mon Sep 17 00:00:00 2001 From: backcountrymountains <29560911+backcountrymountains@users.noreply.github.com> Date: Tue, 3 Mar 2020 08:48:04 -0700 Subject: [PATCH] allow_unlock is deprecated (#12242) Invalid config for [google_assistant]: The 'allow_unlock' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.95 --- source/_integrations/google_assistant.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown index d198836a78fb..30800ff1a36f 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -185,7 +185,7 @@ Currently, the following domains are available to be used with Google Assistant, - switch (on/off) - fan (on/off/speed) - light (on/off/brightness/rgb color/color temp) -- lock (lock/unlock (to allow assistant to unlock, set the `allow_unlock` key in configuration)) +- lock - cover (on/off/set position) - media_player (on/off/set volume (via set volume)/source (via set input source)) - climate (temperature setting, hvac_mode)