From 5f3db4bfd9e24800f05d1e34adede9e45cdfcbed Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 26 Sep 2023 09:08:41 +0200 Subject: [PATCH] Add doorbell event support to google_assistant (#28990) --- 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 89a8bc040b2..378de56a7d0 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -274,6 +274,7 @@ Currently, the following domains are available to be used with Google Assistant, - camera (streaming, requires compatible camera) - climate (temperature setting, hvac_mode) - cover (on/off/set position) +- event (only entities with device class `doorbell` are supported) - fan (on/off/speed percentage/preset mode) - group (on/off) - humidifier (humidity setting/on/off/mode)