From dc51231a06911c9e6391dff6850cc8c18b895947 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 4 Jul 2024 07:17:46 -0500 Subject: [PATCH] Add event entities to doorbird (#33549) * Add event entities to doorbird * Update source/_integrations/doorbird.markdown * Update source/_integrations/doorbird.markdown --- source/_integrations/doorbird.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/doorbird.markdown b/source/_integrations/doorbird.markdown index 8899e03bbf5..7f2430b7cb1 100644 --- a/source/_integrations/doorbird.markdown +++ b/source/_integrations/doorbird.markdown @@ -5,6 +5,7 @@ ha_category: - Button - Camera - Doorbell + - Event ha_release: 0.54 ha_iot_class: Local Push ha_config_flow: true @@ -17,6 +18,7 @@ ha_zeroconf: true ha_platforms: - button - camera + - event ha_integration_type: integration --- @@ -123,3 +125,7 @@ The `doorbird` implementation allows you to view the live video, the last doorbe ## Button The `doorbird` button platform allows you to power connected relays and trigger the low-light/dark Infra-Red (IR) array on your [DoorBird](https://www.doorbird.com/) video doorbell device. + +## Event + +An event entity will be created for each doorbell or motion event with a configured HTTP(s) call in the [schedule](#schedules).