From 25569eaf4c9336f183a31a60fc5a2bffb6658a4c Mon Sep 17 00:00:00 2001 From: Alex Yao <33379584+alexyao2015@users.noreply.github.com> Date: Mon, 15 May 2023 13:40:13 -0500 Subject: [PATCH] Note button support in google assistant (#27396) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/google_assistant.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown index be5adcf12d4..4d652ef5fd6 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -269,6 +269,7 @@ entity_config: Currently, the following domains are available to be used with Google Assistant, listed with their default types: - alarm_control_panel (arm/disarm) +- button (scene) - camera (streaming, requires compatible camera) - group (on/off) - input_boolean (on/off)