Skip to content

v4.0.0

Compare
Choose a tag to compare
@dgreif dgreif released this 31 Jul 23:28
· 848 commits to main since this release

Bug Fixes

  • match ring app 2fa headers (237e651)
  • match ring app polling delay for dings (b567be7)

Features

  • rename npm modules to match functionality (8e7c387)

BREAKING CHANGES

  • homebridge-ring-alarm renamed to homebridge-ring. The config for homebridge should now be "platform": "Ring" instead of "platform": "RingAlarm". This config change will happen automatically the first time you start homebridge with the new version, but it will cause homebridge to error out after the config is changed. You will see a log that the config has changed and you can restart homebridge.
  • @dgreif/ring-alarm renamed to ring-client-api. The exported class is now RingApi instead of RingAlarmApi. Proper usage now looks like import { RingApi } from "ring-client-api".