mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Happy Bubbles 2.1.1
This commit is contained in:
parent
eb0039b4ca
commit
736aa37e4f
4 changed files with 16 additions and 16 deletions
|
@ -773,10 +773,10 @@ SOFTWARE.
|
|||
[grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[grocy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.1.0
|
||||
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.1.0/README.md
|
||||
[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.1.1
|
||||
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.1.1/README.md
|
||||
[happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues
|
||||
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg
|
||||
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v2.1.1-blue.svg
|
||||
[happy-bubbles-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/happy-bubbles-armhf.svg
|
||||
[happy-bubbles-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This release adds Hass.io Ingress support to the add-on 🎉
|
||||
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
|
||||
|
||||
### Changes
|
||||
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
|
||||
|
||||
- :arrow_up: Upgrades base image to v3.1.0
|
||||
- :arrow_up: Upgrades wget to 1.20.3-r0
|
||||
- :sparkles: Adds Hassio Ingress support
|
||||
- :hammer: Improves S6 finish scripts
|
||||
- :books: Tweaked README a little
|
||||
### 🔨 Changes
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v2.0.0...v2.1.0
|
||||
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
|
||||
- :sparkles: Adds support for showing in sidebar
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v2.1.0...v2.1.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -33,12 +33,12 @@ as they happen, to not have to keep polling it.
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.1.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v2.1.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v2.1.1
|
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
"name": "Happy Bubbles",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"slug": "happy-bubbles",
|
||||
"description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.",
|
||||
"url": "https://github.com/hassio-addons/addon-happy-bubbles",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"panel_icon": "mdi:chart-bubble",
|
||||
"startup": "services",
|
||||
"homeassistant": "0.91.2",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue