mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add button platform to august to wake locks from a deep sleep (#21605)
This commit is contained in:
parent
81280e2346
commit
2ca2f3f06a
@ -2,8 +2,9 @@
|
|||||||
title: August
|
title: August
|
||||||
description: Instructions on how to integrate your August devices into Home Assistant.
|
description: Instructions on how to integrate your August devices into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Doorbell
|
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Button
|
||||||
|
- Doorbell
|
||||||
- Sensor
|
- Sensor
|
||||||
- Camera
|
- Camera
|
||||||
- Lock
|
- Lock
|
||||||
@ -16,6 +17,7 @@ ha_domain: august
|
|||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- camera
|
- camera
|
||||||
- lock
|
- lock
|
||||||
- sensor
|
- sensor
|
||||||
@ -43,6 +45,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
|
|
||||||
- Doorbell
|
- Doorbell
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Button
|
||||||
- Sensor
|
- Sensor
|
||||||
- Camera
|
- Camera
|
||||||
- Lock
|
- Lock
|
||||||
@ -69,6 +72,10 @@ If you have an August Smart Lock with DoorSense, once you have enabled the Augus
|
|||||||
|
|
||||||
- Door sensor
|
- Door sensor
|
||||||
|
|
||||||
|
## Button
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## 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