mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 11:11:25 +00:00
⬆️ Updating add-on Happy Bubbles to a634196
This commit is contained in:
parent
07a0261e30
commit
2ef97f6d01
4 changed files with 21 additions and 14 deletions
|
@ -996,10 +996,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/f72abfc
|
||||
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/f72abfc/README.md
|
||||
[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/a634196
|
||||
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/a634196/README.md
|
||||
[happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues
|
||||
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-f72abfc-blue.svg
|
||||
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-a634196-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,2 +1,9 @@
|
|||
# Changelog since v3.0.5
|
||||
- :hammer: Update community forum links
|
||||
- :arrow_up: Upgrades add-on base image to v7.0.2
|
||||
- :hammer: Updates for upstream Supervisor changes
|
||||
- :hammer: Re-branding
|
||||
- :hammer: Update add-on config with new password & list features
|
||||
- :books: Update add-on documentation to use new YAML configuration format
|
||||
- :arrow_up: Upgrades add-on base image to v7.0.0
|
||||
- :arrow_up: Upgrades nginx to 1.16.1-r6
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Community Hass.io Add-ons: Happy Bubbles
|
||||
# Home Assistant Community Add-on: Happy Bubbles
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
|
@ -31,8 +31,8 @@ as they happen, to not have to keep polling it.
|
|||
|
||||
## WARNING! THIS IS AN EDGE VERSION!
|
||||
|
||||
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
|
||||
add-ons are based upon the latest development version.
|
||||
This Home Assistant Add-ons repository contains edge builds of add-ons.
|
||||
Edge builds add-ons are based upon the latest development version.
|
||||
|
||||
- They may not work at all.
|
||||
- They might stop working at any time.
|
||||
|
@ -50,14 +50,14 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/f72abfc/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/a634196/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
|
||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-happy-bubbles/53511?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-f72abfc-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/f72abfc
|
||||
[release-shield]: https://img.shields.io/badge/version-a634196-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/a634196
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Happy Bubbles",
|
||||
"version": "f72abfc",
|
||||
"version": "a634196",
|
||||
"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",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"80/tcp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Web interface (Not required for Hass.io Ingress)"
|
||||
"80/tcp": "Web interface (Not required for Ingress)"
|
||||
},
|
||||
"options": {
|
||||
"ssl": true,
|
||||
|
@ -41,7 +41,7 @@
|
|||
"mqtt_password": ""
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"mqtt_port": "port",
|
||||
"mqtt_client_id": "str",
|
||||
"mqtt_username": "str",
|
||||
"mqtt_password": "str"
|
||||
"mqtt_password": "password"
|
||||
},
|
||||
"image": "hassioaddons/happy-bubbles-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue