⬆️ Updating add-on Home Panel to 3cd3f30

This commit is contained in:
Community Hass.io Add-ons Bot 2019-03-30 15:03:02 +00:00
parent 728874f65e
commit ed5cd853b3
4 changed files with 11 additions and 26 deletions

View file

@ -835,10 +835,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/396c694
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/396c694/README.md
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/3cd3f30
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/3cd3f30/README.md
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
[home-panel-version-shield]: https://img.shields.io/badge/version-396c694-blue.svg
[home-panel-version-shield]: https://img.shields.io/badge/version-3cd3f30-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

View file

@ -1,20 +1,5 @@
# Changelog since v0.2.0
# Changelog since v0.3.0
2019/03/30 11:56 UTC - [396c694](https://github.com/hassio-addons/addon-home-panel/commit/396c694d93cc59f60781269a81b053080340e87f) by [@timmo001](https://github.com/timmo001)
> :hammer: Add missing api config
2019/03/30 11:56 UTC - [b78ed77](https://github.com/hassio-addons/addon-home-panel/commit/b78ed7750ade2e9cf3ad47dee9f38b74fdccc0ea) by [@timmo001](https://github.com/timmo001)
> :hammer: Move secret to init script
2019/03/30 11:56 UTC - [162914b](https://github.com/hassio-addons/addon-home-panel/commit/162914b052c6dd84fd3ce64350eb5ddb90407581) by [@timmo001](https://github.com/timmo001)
> :rocket:
2019/03/30 11:56 UTC - [b59682e](https://github.com/hassio-addons/addon-home-panel/commit/b59682efb311ea6283240a902ff9394a8eed9f25) by [@timmo001](https://github.com/timmo001)
> :rocket:
2019/03/30 11:56 UTC - [78183cc](https://github.com/hassio-addons/addon-home-panel/commit/78183ccdac33631ace6d0024a1954816e79bc0b6) by [@timmo001](https://github.com/timmo001)
> :arrow_up: :hammer: Upgrade to Home Panel v0.8.0
2019/03/30 11:56 UTC - [e16e808](https://github.com/hassio-addons/addon-home-panel/commit/e16e808969e871d15cce788b17f75582ac411ed4) by [@timmo001](https://github.com/timmo001)
> :arrow_up: Update base to v3.0.1
2019/03/30 13:57 UTC - [3cd3f30](https://github.com/hassio-addons/addon-home-panel/commit/3cd3f30e8febe70a6db89fd840b1e5067e4a9614) by [@timmo001](https://github.com/timmo001)
> :arrow_up: Update Home Panel to v0.8.1

View file

@ -50,7 +50,7 @@ If you are more interested in stable releases of our add-ons:
[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-home-panel/blob/396c694/README.md
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/3cd3f30/README.md
[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]: https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597?u=timmo001
@ -60,5 +60,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
[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
[release-shield]: https://img.shields.io/badge/version-396c694-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/396c694
[release-shield]: https://img.shields.io/badge/version-3cd3f30-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/3cd3f30

View file

@ -1,6 +1,6 @@
{
"name": "Home Panel",
"version": "396c694",
"version": "3cd3f30",
"slug": "home-panel",
"description": "A touch-compatible web frontend for controlling the home.",
"url": "https://github.com/hassio-addons/addon-home-panel",
@ -41,5 +41,5 @@
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/home-panel"
"image": "hassioaddons/home-panel-{arch}"
}