Skip to content

Commit

Permalink
fix: restore doorbell support for yale global brand (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 3, 2024
1 parent 8305b1b commit 219d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yalexs/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class BrandConfig:
# having the API key in the code because it must
# run on the user's device
api_key="d16a1029-d823-4b55-a4ce-a769a9b56f0e",
supports_doorbells=False,
supports_doorbells=True,
require_oauth=True,
base_url="https://api.aaecosystem.com",
configuration_url="https://account.aaecosystem.com",
Expand Down

0 comments on commit 219d176

Please sign in to comment.