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.5.0
This commit is contained in:
parent
c27f85b504
commit
935320941d
4 changed files with 92 additions and 13 deletions
|
@ -351,10 +351,10 @@ SOFTWARE.
|
||||||
[control-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[control-panel-i386-shield]: https://img.shields.io/badge/i386-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-homebridge]: https://github.com/hassio-addons/addon-homebridge/tree/v2.5.0
|
||||||
[addon-doc-homebridge]: https://github.com/hassio-addons/addon-homebridge/blob/v2.4.0/README.md
|
[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-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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -1,14 +1,30 @@
|
||||||
[Full Changelog][v2.3.0-v2.4.0]
|
[Full Changelog][changelog]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Adds addon logo and icon
|
- Adds .yamllint configuration
|
||||||
- Warns the user when not using the Hass.io Proxy address
|
- Adds all architectures to add-on config
|
||||||
- Adds support for auto configuring Hass.io API security key
|
- 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
|
### Changed
|
||||||
|
|
||||||
- Updates base image to v1.3.3
|
- Replaces Changelog with GitHub releases
|
||||||
- Updates homebridge to v0.4.38 #80 (@funnybutrandom)
|
- 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
|
### Removed
|
||||||
|
|
||||||
|
- Removes CodeClimate
|
||||||
|
- Removes CircleCI
|
||||||
|
|
||||||
|
[changelog]: https://github.com/hassio-addons/addon-homebridge/compare/v2.4.0...v2.5.0
|
56
homebridge/README.md
Normal file
56
homebridge/README.md
Normal file
|
@ -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:
|
||||||
|
|
||||||
|
<https://github.com/hassio-addons/repository>
|
||||||
|
|
||||||
|
[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
|
|
@ -1,10 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "Homebridge",
|
"name": "Homebridge",
|
||||||
"version": "2.4.0",
|
"version": "2.5.0",
|
||||||
"slug": "homebridge",
|
"slug": "homebridge",
|
||||||
"description": "HomeKit support for your Home Assistant instance using 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",
|
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-homebridge/33803?u=frenck",
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armhf",
|
||||||
|
"i386"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
|
@ -20,6 +26,7 @@
|
||||||
"avahi_hostname": "",
|
"avahi_hostname": "",
|
||||||
"avahi_domainname": "local",
|
"avahi_domainname": "local",
|
||||||
"enable_ipv6": true,
|
"enable_ipv6": true,
|
||||||
|
"insecure": false,
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"init_commands": [],
|
"init_commands": [],
|
||||||
"plugins": []
|
"plugins": []
|
||||||
|
@ -30,6 +37,7 @@
|
||||||
"avahi_hostname": "str",
|
"avahi_hostname": "str",
|
||||||
"avahi_domainname": "str",
|
"avahi_domainname": "str",
|
||||||
"enable_ipv6": "bool",
|
"enable_ipv6": "bool",
|
||||||
|
"insecure": "bool",
|
||||||
"packages": [
|
"packages": [
|
||||||
"str"
|
"str"
|
||||||
],
|
],
|
||||||
|
@ -41,8 +49,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}",
|
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||||
"SUPERVISOR_VERSION": ">=0.82.0"
|
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/homebridge-{arch}"
|
"image": "hassioaddons/homebridge-{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue