github mpatfield/homebridge-dummy v1.7.0

5 hours ago

‼️ WARNING ‼️ — If upgrading from v0.9.2 or earlier, READ THIS FIRST.

There is now an option to run both old and new versions of Homebridge Dummy in parallel if you want to migrate gradually


Added

  • Different behavior options for Lightbulb fade out
    • FIXED — Always takes the same amount of time to fade, regardless of brightness
    • INCREMENTAL - Each 1% takes the amount of time defined ("egg timer")
  • StatelessProgrammableSwitch — useful for triggering automations or push notifications on a schedule or via webhook
  • View all currently available webhooks in a browser (e.g. http://localhost:63743/) when at least one accessory has a webhook enabled

Changed

  • ⚠️ Webhooks now use Homebridge UI SSL (https) settings by default
    • Use webhookConfig to disableSSL, change the port, or override key/cert paths
    • webhookPort is deprecated
  • Deprecated enableWebook (spelling) in favor of enableWebhook
  • Deprecated defaultBrightness for Lightbulbs — use isDimmer to enable brightness control
  • fadeOut for Lightbulb is now an object instead of a boolean with selectable behaviors
  • Updated push notification dependency (axios)

Fixed

  • Changing accessory type within a Group removes stale sub-accessories

Notes

Would you like to see Homebridge Dummy in your language? Please consider getting involved. No coding experience required!

Don't miss a new homebridge-dummy release

NewReleases is sending notifications on new releases.