⬆️ Updating add-on Home Panel to cb8beca

This commit is contained in:
Community Hass.io Add-ons Bot 2018-12-16 15:07:50 +00:00
parent 3bbf274d6f
commit 20f0bd7f43
4 changed files with 11 additions and 17 deletions

View file

@ -644,10 +644,10 @@ SOFTWARE.
[happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-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/712ee03
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/712ee03/README.md
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/cb8beca
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/cb8beca/README.md
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
[home-panel-version-shield]: https://img.shields.io/badge/version-712ee03-blue.svg
[home-panel-version-shield]: https://img.shields.io/badge/version-cb8beca-blue.svg
[home-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/home-panel.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,13 +1,7 @@
2018/12/15 13:54 UTC - [712ee03](https://github.com/hassio-addons/addon-home-panel/commit/712ee031b73785390096749a52985fd8e60d9662) by [@timmo001](https://github.com/timmo001)
> Update API to v0.4.2 and remove SSL cert copy (#2)
2018/12/16 15:00 UTC - [cb8beca](https://github.com/hassio-addons/addon-home-panel/commit/cb8beca7a66985544efa9d8b7d995c0fe5640f23) by [@timmo001](https://github.com/timmo001)
> Rewrite nginx config and fix header comments (#3)
* :arrow_up: Update api to v0.4.2
* :hammer: :pencil: rewrite nginx and fix header comments
* :fire: :hammer: Remove no longer required init script and update api run script
* :shirt: Fix linter warning
* :shirt: fix linter warnings
* :shirt: :fire: Fix linter warnings
* :shirt: fix linter warning

View file

@ -52,7 +52,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/712ee03/README.md
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/cb8beca/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
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
@ -60,8 +60,8 @@ If you are more interested in stable releases of our add-ons:
[patreon]: https://www.patreon.com/frenck
[pi-hole]: https://pi-hole.net/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-712ee03-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/712ee03
[release-shield]: https://img.shields.io/badge/version-cb8beca-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/cb8beca
[hass]: https://www.home-assistant.io/
[home-panel]: https://github.com/timmo001/home-panel
[midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png

View file

@ -1,6 +1,6 @@
{
"name": "Home Panel",
"version": "712ee03",
"version": "cb8beca",
"slug": "home-panel",
"description": "A touch-compatible web frontend for controlling the home.",
"url": "https://github.com/hassio-addons/addon-home-panel",