🎉 Release of add-on Homebridge 2.4.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-09 20:54:14 +00:00
parent 96414bc99b
commit dc53c95081
5 changed files with 85 additions and 0 deletions

View file

@ -116,6 +116,19 @@ Simple to use control panel for the ultimate home automation setup
[:books: Home Assistant Control Panel add-on documentation][addon-doc-control-panel]
### ✓ [Homebridge][addon-homebridge]
![Latest Version][homebridge-version-shield]
![Supports armhf Architecture][homebridge-armhf-shield]
![Supports aarch64 Architecture][homebridge-aarch64-shield]
![Supports amd64 Architecture][homebridge-amd64-shield]
![Supports i386 Architecture][homebridge-i386-shield]
![Docker Pulls][homebridge-pulls-shield]
HomeKit support for your Home Assistant instance using Homebridge
[:books: Homebridge add-on documentation][addon-doc-homebridge]
## Releases
Releases are based on [Semantic Versioning][semver], and use the format
@ -150,6 +163,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: Example][example-issue]
- [Open an issue for the add-on: FTP][ftp-issue]
- [Open an issue for the add-on: Home Assistant Control Panel][control-panel-issue]
- [Open an issue for the add-on: Homebridge][homebridge-issue]
For a general repository issue or add-on ideas [open an issue here][issue]
@ -253,6 +267,15 @@ SOFTWARE.
[control-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[control-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[control-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-homebridge]: https://github.com/hassio-addons/addon-homebridge/tree/v2.4.0
[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.4.0/README.md
[homebridge-issue]: https://github.com/hassio-addons/addon-homebridge/issues
[homebridge-version-shield]: https://img.shields.io/badge/version-v2.4.0-blue.svg
[homebridge-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/homebridge-armhf.svg
[homebridge-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[homebridge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[homebridge-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e

14
homebridge/CHANGELOG.md Normal file
View file

@ -0,0 +1,14 @@
[Full Changelog][v2.3.0-v2.4.0]
### Added
- Adds addon logo and icon
- Warns the user when not using the Hass.io Proxy address
- Adds support for auto configuring Hass.io API security key
### Changed
- Updates base image to v1.3.3
- Updates homebridge to v0.4.38 #80 (@funnybutrandom)
[v2.3.0-v2.4.0]: https://github.com/hassio-addons/addon-homebridge/compare/v2.3.0...v2.4.0

48
homebridge/config.json Normal file
View file

@ -0,0 +1,48 @@
{
"name": "Homebridge",
"version": "2.4.0",
"slug": "homebridge",
"description": "HomeKit support for your Home Assistant instance using Homebridge",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-homebridge/33803?u=frenck",
"startup": "application",
"boot": "auto",
"hassio_api": true,
"homeassistant_api": true,
"host_network": true,
"privileged": [],
"map": [
"config:rw",
"ssl"
],
"options": {
"log_level": "info",
"avahi_interfaces": "",
"avahi_hostname": "",
"avahi_domainname": "local",
"enable_ipv6": true,
"packages": [],
"init_commands": [],
"plugins": []
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"avahi_interfaces": "str",
"avahi_hostname": "str",
"avahi_domainname": "str",
"enable_ipv6": "bool",
"packages": [
"str"
],
"init_commands": [
"str"
],
"plugins": [
"str"
]
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}",
"SUPERVISOR_VERSION": ">=0.82.0"
},
"image": "hassioaddons/homebridge-{arch}"
}

BIN
homebridge/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
homebridge/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB