From 35717650d0e9faa6be1962a055e857679738a28e Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 2 Feb 2021 20:39:24 +0000 Subject: [PATCH] :tada: Release of add-on Home Panel 2.0.0 --- README.md | 6 +++--- home-panel/CHANGELOG.md | 29 +++++++++++++++++++++++++---- home-panel/DOCS.md | 24 +++++++++++------------- home-panel/README.md | 6 +++--- home-panel/config.json | 15 +++------------ 5 files changed, 45 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 1206e0fe..9a72d060 100644 --- a/README.md +++ b/README.md @@ -855,10 +855,10 @@ SOFTWARE. [grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grocy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v1.8.3 -[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v1.8.3/README.md +[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v2.0.0 +[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.0.0/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.8.3-blue.svg +[home-panel-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/home-panel/CHANGELOG.md b/home-panel/CHANGELOG.md index 911737d8..13bdbf49 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -1,7 +1,28 @@ -## Changes +## What’s changed -060b7d1 Update Home Panel to v2.10.2 +## 🐛 Bug fixes -[Full Changelog][changelog] +- Cleanup Supervisor service discovery @frenck (#73) -[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v1.8.2...v1.8.3 +## 🚀 Enhancements + +- Refactor NGINX configuration and API access @frenck (#77) + +## 🧰 Maintenance + +- Cleanup repository @frenck (#66) +- Happy New Year @frenck (#67) +- Upgrade Code of Conduct @frenck (#68) +- Add new repository workflow @frenck (#69) +- Remove obsolete webui from configuration @frenck (#72) + +## 📚 Documentation + +- Update name @fabaff (#74) + +## ⬆️ Dependency updates + +- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#70) +- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#71) +- Upgrade add-on base image to 9.1.2 @frenck (#75) +- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#76) diff --git a/home-panel/DOCS.md b/home-panel/DOCS.md index fe1f331a..682924f2 100644 --- a/home-panel/DOCS.md +++ b/home-panel/DOCS.md @@ -1,22 +1,22 @@ # Home Assistant Community Add-on: Home Panel A web frontend for controlling the home. Integrates with - [Home Assistant][hass] as an alternative / additional frontend. Uses a - customisable and themeable card based UI which can be used on a touch screen. +[Home Assistant][hass] as an alternative / additional frontend. Uses a +customisable and themeable card based UI which can be used on a touch screen. ## Installation The installation of this add-on is pretty straightforward and not different in comparison to installing any other Home Assistant add-on. -1. Search for the "Home Assistant” add-on in the add-on store and install it. +1. Search for the "Home Panel" add-on in the add-on store and install it. 1. Configure the "Home Panel" add-on. (See below) 1. Start the "Home Panel" add-on. 1. Check the logs of the "Home Panel" add-on to see it in action. 1. Click "Open Web UI". 1. Create a new account. 1. Once logged in, log into Home Assistant via the sidebar. -1. Please see [here][config] for how to configure Home Panel +1. Please see [here][config] for how to configure Home Panel. ## Configuration @@ -41,7 +41,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -69,16 +69,15 @@ The private key file to use for SSL. ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -106,7 +105,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2020 Aidan Timson +Copyright (c) 2018-2021 Aidan Timson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -133,7 +132,6 @@ SOFTWARE. [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/ [issue]: https://github.com/hassio-addons/addon-home-panel/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-home-panel/releases [repository]: https://github.com/hassio-addons/repository diff --git a/home-panel/README.md b/home-panel/README.md index ab0a335e..21933e44 100644 --- a/home-panel/README.md +++ b/home-panel/README.md @@ -46,10 +46,10 @@ If you are more interested in stable releases of our add-ons: [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 +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v1.8.3-blue.svg -[release]: https://github.com/hassio-addons/addon-home-panel/tree/v1.8.3 +[release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.0.0 [screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-configuration-main.png [screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-main.png [showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/docs/showcase/timmo/purple-space.png \ No newline at end of file diff --git a/home-panel/config.json b/home-panel/config.json index bdb65e47..e674fd21 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -1,11 +1,9 @@ { "name": "Home Panel", - "version": "1.8.3", + "version": "2.0.0", "slug": "home-panel", "description": "A web frontend for controlling the home", "url": "https://github.com/hassio-addons/addon-home-panel", - "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", - "startup": "application", "arch": [ "aarch64", "amd64", @@ -14,13 +12,7 @@ "i386" ], "init": false, - "boot": "auto", - "hassio_api": true, - "hassio_role": "default", - "homeassistant": "0.91.4", - "homeassistant_api": true, "ingress": true, - "ingress_port": 1337, "panel_icon": "mdi:home", "ports": { "80/tcp": null @@ -41,8 +33,7 @@ "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "ssl": "bool", "certfile": "str", - "keyfile": "str", - "leave_front_door_open": "bool?" + "keyfile": "str" }, - "image": "hassioaddons/home-panel-{arch}" + "image": "ghcr.io/hassio-addons/home-panel/{arch}" } \ No newline at end of file