- Update Homebridge to 2023-12-30 and switch to the official container image.
- Update bashio to 0.16.0.
- Use
addon_config
for the Homebridge working directory; existing installs will need to relocate their current config to/addon_config/homebridge
.
- Update Homebridge to the latest version.
- Update pre-built container image account.
- Use pre-built container image to make installation faster and backups smaller.
- Enable
host_network
otherwise accessories aren't discovered by Home Assistant.
- Make the addon work again with latest Homebridge
- Make the workdir configurable. Defaults to
/config/homebridge
to easily allow edits. Can be changed to/data
for old behavior.
- Persistent data fixes
- Enable persistent data for Homebridge configuration and plugins
- Initial release