diff --git a/README.md b/README.md index 52133e52..71052075 100644 --- a/README.md +++ b/README.md @@ -351,10 +351,10 @@ 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 +[addon-homebridge]: https://github.com/hassio-addons/addon-homebridge/tree/v2.5.0 +[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.5.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-version-shield]: https://img.shields.io/badge/version-v2.5.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 diff --git a/homebridge/CHANGELOG.md b/homebridge/CHANGELOG.md index ab92e415..fe9aeb0b 100644 --- a/homebridge/CHANGELOG.md +++ b/homebridge/CHANGELOG.md @@ -1,14 +1,30 @@ -[Full Changelog][v2.3.0-v2.4.0] +[Full Changelog][changelog] ### 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 +- Adds .yamllint configuration +- Adds all architectures to add-on config +- Adds Probot configuration +- Adds add-on README template +- Adds Gitlab CI +- Adds option to run Homebridge insecure (#94) + +### Fixed + +- Fixes Markdownlint warning in License +- Fixes hadolint warnings +- Fixes Markdown linting warnings ### Changed -- Updates base image to v1.3.3 -- Updates homebridge to v0.4.38 #80 (@funnybutrandom) +- Replaces Changelog with GitHub releases +- Updates README +- Upgrades Homebridge to v0.4.42 +- Upgrades add-on base image to v1.4.1 -[v2.3.0-v2.4.0]: https://github.com/hassio-addons/addon-homebridge/compare/v2.3.0...v2.4.0 \ No newline at end of file +### Removed + +- Removes CodeClimate +- Removes CircleCI + +[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.4.0...v2.5.0 \ No newline at end of file diff --git a/homebridge/README.md b/homebridge/README.md new file mode 100644 index 00000000..0ea29066 --- /dev/null +++ b/homebridge/README.md @@ -0,0 +1,56 @@ +# Community Hass.io Add-ons: Example + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +This add-on provides the installation, configuration, and integration for +[Homebridge][homebridge]. + +## About + +Homebridge is a server that emulates the iOS HomeKit API, allowing you to +control your Home Assistant via Apple devices (including Siri). + +Since Siri supports devices added through HomeKit, this means that with +Homebridge you can ask Siri to control devices that don't have any support for +HomeKit at all. For instance, you could say: + +- _Siri, unlock the back door._ +- _Siri, open the garage door._ +- _Siri, turn on the coffee maker._ +- _Siri, turn on the living room lights._ +- _Siri, good morning!_ + +[Click here for the full documentation][docs] + +## WARNING! THIS IS A BETA VERSION! + +This Hass.io Add-ons repository contains beta releases of add-ons. + +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. + +If you are more interested in stable releases of our add-ons: + + + +[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-homebridge/33803?u=frenck +[discord-shield]: https://img.shields.io/discord/330944238910963714.svg +[discord]: https://discord.gg/c5DvZ4e +[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg +[release-shield]: https://img.shields.io/badge/version-v2.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-homebridge/tree/v2.5.0 +[docs]: https://github.com/hassio-addons/addon-homebridge/blob/v2.5.0/README.md +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[homebridge]: https://github.com/nfarina/homebridge \ No newline at end of file diff --git a/homebridge/config.json b/homebridge/config.json index 3adf9b49..0d62c3fa 100644 --- a/homebridge/config.json +++ b/homebridge/config.json @@ -1,10 +1,16 @@ { "name": "Homebridge", - "version": "2.4.0", + "version": "2.5.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", + "arch": [ + "aarch64", + "amd64", + "armhf", + "i386" + ], "boot": "auto", "hassio_api": true, "homeassistant_api": true, @@ -20,6 +26,7 @@ "avahi_hostname": "", "avahi_domainname": "local", "enable_ipv6": true, + "insecure": false, "packages": [], "init_commands": [], "plugins": [] @@ -30,6 +37,7 @@ "avahi_hostname": "str", "avahi_domainname": "str", "enable_ipv6": "bool", + "insecure": "bool", "packages": [ "str" ], @@ -41,8 +49,7 @@ ] }, "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}", - "SUPERVISOR_VERSION": ">=0.82.0" + "LOG_FORMAT": "{LEVEL}: {MESSAGE}" }, "image": "hassioaddons/homebridge-{arch}" } \ No newline at end of file