mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add event entities to doorbird (#33549)
* Add event entities to doorbird * Update source/_integrations/doorbird.markdown * Update source/_integrations/doorbird.markdown
This commit is contained in:
parent
87a06e0b4c
commit
dc51231a06
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Button
|
- Button
|
||||||
- Camera
|
- Camera
|
||||||
- Doorbell
|
- Doorbell
|
||||||
|
- Event
|
||||||
ha_release: 0.54
|
ha_release: 0.54
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -17,6 +18,7 @@ ha_zeroconf: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- button
|
- button
|
||||||
- camera
|
- camera
|
||||||
|
- event
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -123,3 +125,7 @@ The `doorbird` implementation allows you to view the live video, the last doorbe
|
|||||||
## Button
|
## 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.
|
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user