🎉 Release of add-on Home Panel 0.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-08-04 13:02:26 +00:00
parent ccce53650c
commit 6511b6b7ea
4 changed files with 16 additions and 19 deletions

View file

@ -835,10 +835,10 @@ SOFTWARE.
[happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-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/v0.4.1 [addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v0.5.0
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.4.1/README.md [addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.5.0/README.md
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues [home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
[home-panel-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg [home-panel-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[home-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/home-panel-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -2,13 +2,13 @@
## Changes ## Changes
- d1d08e3 :books: Add link for configuration - 0619ec2 :pencil2: Maintaince -> Maintenance @frenck
- 808cc7e :pencil2: Typo - 874aab6 :arrow_up: Upgrade base to v4.0.2
- c7765ee :arrow_up: Update Home Panel to v0.10.0 - e1d1c1c :arrow_up: Update dependencies
- 0bec6fa :arrow_up: Update nginx to 1.14.2-r1 - bd201bc :fire: Disable ingress temporarily (#27)
[Full Changelog][changelog] [Full Changelog][changelog]
[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v0.4.0...v0.4.1 [changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v0.4.1...v0.5.0
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-home-panel/badges/v0.4.1/pipeline.svg [gitlabci-shield]: https://gitlab.com/hassio-addons/addon-home-panel/badges/v0.5.0/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-home-panel/pipelines [gitlabci]: https://gitlab.com/hassio-addons/addon-home-panel/pipelines

View file

@ -47,7 +47,7 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v0.4.1/README.md [docs]: https://github.com/hassio-addons/addon-home-panel/blob/v0.5.0/README.md
[forest-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/forest-theme.png [forest-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/forest-theme.png
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [forum]: https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597?u=timmo001
@ -57,5 +57,5 @@ If you are more interested in stable releases of our add-ons:
[midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png [midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png
[more-info-light]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-light.png [more-info-light]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-light.png
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.4.1 [release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.5.0

View file

@ -1,6 +1,6 @@
{ {
"name": "Home Panel", "name": "Home Panel",
"version": "0.4.1", "version": "0.5.0",
"slug": "home-panel", "slug": "home-panel",
"description": "A touch-compatible web frontend for controlling the home", "description": "A touch-compatible web frontend for controlling the home",
"url": "https://github.com/hassio-addons/addon-home-panel", "url": "https://github.com/hassio-addons/addon-home-panel",
@ -17,16 +17,13 @@
"hassio_role": "default", "hassio_role": "default",
"hassio_api": true, "hassio_api": true,
"homeassistant_api": true, "homeassistant_api": true,
"ingress": true, "ingress": false,
"ingress_port": 1337,
"panel_icon": "mdi:home",
"homeassistant": "0.92.0b2",
"ports": { "ports": {
"80/tcp": null, "80/tcp": 8234,
"3234/tcp": 3234 "3234/tcp": 3234
}, },
"ports_description": { "ports_description": {
"80/tcp": "Web UI (Not required for Hass.io Ingress)", "80/tcp": "Web UI",
"3234/tcp": "API" "3234/tcp": "API"
}, },
"map": [ "map": [