mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Home Panel 1.7.1
This commit is contained in:
parent
9127d12c8c
commit
e85a8dfd83
4 changed files with 13 additions and 18 deletions
|
@ -941,10 +941,10 @@ SOFTWARE.
|
|||
[happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[happy-bubbles-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v1.7.0
|
||||
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v1.7.0/README.md
|
||||
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v1.7.1
|
||||
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v1.7.1/README.md
|
||||
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
|
||||
[home-panel-version-shield]: https://img.shields.io/badge/version-v1.7.0-blue.svg
|
||||
[home-panel-version-shield]: https://img.shields.io/badge/version-v1.7.1-blue.svg
|
||||
[home-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/home-panel-armhf.svg
|
||||
[home-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,16 +1,10 @@
|
|||
## Changes
|
||||
|
||||
c4ec2ad ⬆️Update Home Panel to v2.7.3
|
||||
f50c845 Update base to v7.0.3
|
||||
276b288 Merge branch 'master' of github.com:hassio-addons/addon-home-panel
|
||||
0a9b618 ⬆️ Update Home Panel to v2.7.2
|
||||
ab3e2bf :arrow_up: Upgrades add-on base image to v7.0.2
|
||||
f3367ce :hammer: Updates for upstream Supervisor changes
|
||||
b74c6a6 :pencil2: Fixes some typos
|
||||
fd6d9a8 :hammer: Update add-on config with new password & list features
|
||||
fd541c5 :hammer: Re-branding
|
||||
c8f2431 :books: Update add-on documentation to use new YAML configuration format
|
||||
72ea3b7 Update Home Panel to v2.7.4
|
||||
2ddacb3 :hammer: Disable Docker init
|
||||
8065983 :fire: Remove legacy tag from build
|
||||
182abb9 :arrow_up: Upgrades add-on base image to v7.0.5
|
||||
|
||||
[Full Changelog][changelog]
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v1.6.0...v1.7.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v1.7.0...v1.7.1
|
||||
|
|
|
@ -44,15 +44,15 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/timmo
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v1.7.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v1.7.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597?u=timmo001
|
||||
[hass]: https://www.home-assistant.io/
|
||||
[home-panel]: https://github.com/timmo001/home-panel
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v1.7.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.7.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v1.7.1
|
||||
[screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/screen-configuration-main.png
|
||||
[screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/screen-main.png
|
||||
[showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/docs/showcase/timmo/purple-space.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Home Panel",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"slug": "home-panel",
|
||||
"description": "A web frontend for controlling the home",
|
||||
"url": "https://github.com/hassio-addons/addon-home-panel",
|
||||
|
@ -13,6 +13,7 @@
|
|||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"init": false,
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue