mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add support for august event entities (#33602)
This commit is contained in:
parent
048e26f723
commit
f0aacb53d0
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Button
|
- Button
|
||||||
- Camera
|
- Camera
|
||||||
- Doorbell
|
- Doorbell
|
||||||
|
- Event
|
||||||
- Lock
|
- Lock
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 0.64
|
ha_release: 0.64
|
||||||
@ -20,6 +21,7 @@ ha_platforms:
|
|||||||
- button
|
- button
|
||||||
- camera
|
- camera
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- event
|
||||||
- lock
|
- lock
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
@ -92,6 +94,15 @@ If you have an August Smart Lock with DoorSense, once you have enabled the Augus
|
|||||||
|
|
||||||
Buttons are created to wake locks from a deep sleep. If your lock is not reporting a status, it may be in a deep sleep, and the button can be used to wake it. Locks are not automatically woken from deep sleep to preserve battery life.
|
Buttons are created to wake locks from a deep sleep. If your lock is not reporting a status, it may be in a deep sleep, and the button can be used to wake it. Locks are not automatically woken from deep sleep to preserve battery life.
|
||||||
|
|
||||||
|
## Event
|
||||||
|
|
||||||
|
If you have an August doorbell or lock that has a built-in doorbell, once you have enabled the August integration, you should see the following event entities:
|
||||||
|
|
||||||
|
- Doorbell
|
||||||
|
- Motion
|
||||||
|
|
||||||
|
Not all models include motion sensors and support for locks with built-in doorbells is limited to Yale Doorman models type 7 and 10.
|
||||||
|
|
||||||
## Camera
|
## Camera
|
||||||
|
|
||||||
The `august` camera platform allows you to view the latest camera image (triggered by motion) by your [August](https://august.com/) device in Home Assistant.
|
The `august` camera platform allows you to view the latest camera image (triggered by motion) by your [August](https://august.com/) device in Home Assistant.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user