Add button to wake august locks from deep sleep (#66343)

This commit is contained in:
J. Nick Koston 2022-02-11 17:13:35 -06:00 committed by GitHub
parent 0797533016
commit a6742eff34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 83 additions and 11 deletions

View file

@ -46,6 +46,7 @@ ACTIVITY_UPDATE_INTERVAL = timedelta(seconds=10)
LOGIN_METHODS = ["phone", "email"]
PLATFORMS = [
Platform.BUTTON,
Platform.CAMERA,
Platform.BINARY_SENSOR,
Platform.LOCK,