⬆️ Updating add-on Home Panel to f50c845

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-14 16:29:58 +00:00
parent f3ab629029
commit 5f93723754
4 changed files with 22 additions and 16 deletions

View file

@ -966,10 +966,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/fa3aae8
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/fa3aae8/README.md
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/f50c845
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/f50c845/README.md
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
[home-panel-version-shield]: https://img.shields.io/badge/version-fa3aae8-blue.svg
[home-panel-version-shield]: https://img.shields.io/badge/version-f50c845-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,4 +1,10 @@
# Changelog since v1.5.0
- ⬆Update Home Panel to v2.6.0
- ⬆Update nginx to 1.16.1-r6
- 🎆 Update maintenance and license year to 2020
# Changelog since v1.6.0
- Update base to v7.0.3
- Merge branch 'master' of github.com:hassio-addons/addon-home-panel
- ⬆️ Update Home Panel to v2.7.2
- :arrow_up: Upgrades add-on base image to v7.0.2
- :hammer: Updates for upstream Supervisor changes
- :pencil2: Fixes some typos
- :hammer: Update add-on config with new password & list features
- :hammer: Re-branding
- :books: Update add-on documentation to use new YAML configuration format

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: Home Panel
# Home Assistant Community Add-on: Home Panel
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -24,8 +24,8 @@ A web frontend for controlling the home. Integrates with
## 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.
@ -47,15 +47,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/fa3aae8/README.md
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/f50c845/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-fa3aae8-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/fa3aae8
[release-shield]: https://img.shields.io/badge/version-f50c845-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/f50c845
[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

View file

@ -1,6 +1,6 @@
{
"name": "Home Panel",
"version": "fa3aae8",
"version": "f50c845",
"slug": "home-panel",
"description": "A web frontend for controlling the home",
"url": "https://github.com/hassio-addons/addon-home-panel",
@ -25,7 +25,7 @@
"80/tcp": null
},
"ports_description": {
"80/tcp": "Web UI (Not required for Hass.io Ingress)"
"80/tcp": "Web UI (Not required for Ingress)"
},
"map": [
"config:rw",
@ -37,7 +37,7 @@
"keyfile": "privkey.pem"
},
"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",