jfarmer08 / homebridge-wyze-smart-home

Wyze Smart Home plugin for Homebridge.
MIT License
93 stars 14 forks source link

Wyze Sense Hub Support #177

Closed akeith4778 closed 8 months ago

akeith4778 commented 8 months ago
github-actions[bot] commented 8 months ago

Message that will be displayed on users' first issue

jfarmer08 commented 8 months ago

Yes the HSM alarm is supported. I will fix the logs, but for the latest release you will need too change your config to enable it by adding

{
  "platforms": [
    {
      "platform": "WyzeSmartHome",
      "name": "Wyze",
      "username": "YOUR_EMAIL",
      "password": "YOUR_PASSWORD",
      "keyId": "",
      "apiKey": "",
      "hms": true
}