mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Homebridge 2.7.0
This commit is contained in:
parent
5af2a7afc4
commit
40cb780834
4 changed files with 41 additions and 10 deletions
|
@ -481,10 +481,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.6.1
|
||||
[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.6.1/README.md
|
||||
[addon-homebridge]: https://github.com/hassio-addons/addon-homebridge/tree/v2.7.0
|
||||
[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.7.0/README.md
|
||||
[homebridge-issue]: https://github.com/hassio-addons/addon-homebridge/issues
|
||||
[homebridge-version-shield]: https://img.shields.io/badge/version-v2.6.1-blue.svg
|
||||
[homebridge-version-shield]: https://img.shields.io/badge/version-v2.7.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
|
||||
|
|
|
@ -1,7 +1,20 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
|
||||
- Adds add-on deprecation warnings to README's
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrades Homebridge to v0.4.44
|
||||
- Upgrades base image to v2.0.1
|
||||
- GitLab CI now using the latest Hadolint
|
||||
- Upgrades avahi to 0.7-r1
|
||||
- Upgrades g++ to 6.4.0-r8
|
||||
- Upgrades make to 4.2.1-r2
|
||||
- Upgrades openssl to 1.0.2o-r1
|
||||
- Upgrades Python to 2.7.15-r0
|
||||
- Upgrades dbus to 1.10.24-r1
|
||||
- Upgrades git to 2.18.0-r0
|
||||
- Upgrades nodejs to 8.11.3-r1
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.6.0...v2.6.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.6.1...v2.7.0
|
|
@ -9,6 +9,24 @@
|
|||
This add-on provides the installation, configuration, and integration for
|
||||
[Homebridge][homebridge].
|
||||
|
||||
## Deprecation warning
|
||||
|
||||
**This add-on is in a deprecated state!**
|
||||
|
||||
At this point it is unsure how long this add-on keeps available or
|
||||
updated.
|
||||
|
||||
This add-on was originally developed to add HomeKit support to
|
||||
Home Assistant. Meanwhile, Home Assistant gained native support
|
||||
for HomeKit.
|
||||
|
||||
<https://www.home-assistant.io/components/homekit/>
|
||||
|
||||
Because of this, is very likely that the plugins this add-on rely, on
|
||||
will no longer be developed or maintained.
|
||||
|
||||
We **STRONGLY** suggest to migrate to the Home Assistant HomeKit component.
|
||||
|
||||
## About
|
||||
|
||||
Homebridge is a server that emulates the iOS HomeKit API, allowing you to
|
||||
|
@ -42,15 +60,15 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
<https://github.com/hassio-addons/repository>
|
||||
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.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.6.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-homebridge/tree/v2.6.1
|
||||
[docs]: https://github.com/hassio-addons/addon-homebridge/blob/v2.6.1/README.md
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-homebridge/tree/v2.7.0
|
||||
[docs]: https://github.com/hassio-addons/addon-homebridge/blob/v2.7.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
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Homebridge",
|
||||
"version": "2.6.1",
|
||||
"version": "2.7.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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue