🎉 Release of add-on Home Panel 2.4.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-22 15:00:24 +00:00
parent 93a74d5daf
commit 980d125f84
5 changed files with 41 additions and 10 deletions

View file

@ -751,10 +751,10 @@ SOFTWARE.
[grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[grocy-i386-shield]: https://img.shields.io/badge/i386-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/v2.3.3 [addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v2.4.0
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.3.3/README.md [addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.4.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-v2.3.3-blue.svg [home-panel-version-shield]: https://img.shields.io/badge/version-v2.4.0-blue.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
[home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,5 +1,20 @@
## Whats changed ## Whats changed
## 🚀 Enhancements
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#170)
## 🧰 Maintenance
- 🚀 Update CI to latest version @frenck (#163)
- 🎆 Updates maintenance/license year to 2022 @frenck (#172)
## 📚 Documentation
- 📚 Add My buttons to documentation @frenck (#171)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#161) - ⬆️ Upgrades nginx to 1.20.2-r0 @frenck (#167)
- ⬆️ Upgrades openssl to 1.1.1n-r0 @frenck (#168)
- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#169)

View file

@ -9,7 +9,12 @@ customisable and themeable card based UI which can be used on a touch screen.
The installation of this add-on is pretty straightforward and not different in The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on. comparison to installing any other Home Assistant add-on.
1. Search for the "Home Panel" add-on in the add-on store and install it. 1. Click the Home Assistant My button below to open the add-on on your Home
Assistant instance.
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the add-on.
1. Configure the "Home Panel" add-on. (See below) 1. Configure the "Home Panel" add-on. (See below)
1. Start the "Home Panel" add-on. 1. Start the "Home Panel" add-on.
1. Check the logs of the "Home Panel" add-on to see it in action. 1. Check the logs of the "Home Panel" add-on to see it in action.
@ -18,6 +23,12 @@ comparison to installing any other Home Assistant add-on.
1. Once logged in, log into Home Assistant via the sidebar. 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.
Home Assistant, by default, ships with the Community Add-ons store installed.
However, if it is missing (for any reason), you can add it by clicking the
button My button below.
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
## Configuration ## Configuration
**Note**: _Remember to restart the add-on when the configuration is changed._ **Note**: _Remember to restart the add-on when the configuration is changed._
@ -105,7 +116,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2018-2021 Aidan Timson Copyright (c) 2018-2022 Aidan Timson
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -125,6 +136,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_home-panel
[config]: https://home-panel-docs.timmo.dev/configui/ [config]: https://home-panel-docs.timmo.dev/configui/
[contributors]: https://github.com/hassio-addons/addon-home-panel/graphs/contributors [contributors]: https://github.com/hassio-addons/addon-home-panel/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e
@ -134,6 +147,8 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-home-panel/issues [issue]: https://github.com/hassio-addons/addon-home-panel/issues
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-home-panel/releases [releases]: https://github.com/hassio-addons/addon-home-panel/releases
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[repository]: https://github.com/hassio-addons/repository [repository]: https://github.com/hassio-addons/repository
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm
[timmo]: https://github.com/timmo001 [timmo]: https://github.com/timmo001

View file

@ -30,10 +30,10 @@ A web frontend for controlling the home. Integrates with
[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
[hass]: https://www.home-assistant.io/ [hass]: https://www.home-assistant.io/
[home-panel]: https://github.com/timmo001/home-panel [home-panel]: https://github.com/timmo001/home-panel
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
[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-v2.3.3-blue.svg [release-shield]: https://img.shields.io/badge/version-v2.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.3.3 [release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.4.0
[screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-configuration-main.png [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 [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 [showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/docs/showcase/timmo/purple-space.png

View file

@ -4,6 +4,7 @@ arch:
- armhf - armhf
- armv7 - armv7
- i386 - i386
codenotary: codenotary@frenck.dev
description: A web frontend for controlling the home description: A web frontend for controlling the home
image: ghcr.io/hassio-addons/home-panel/{arch} image: ghcr.io/hassio-addons/home-panel/{arch}
ingress: true ingress: true
@ -29,4 +30,4 @@ schema:
ssl: bool ssl: bool
slug: home-panel slug: home-panel
url: https://github.com/hassio-addons/addon-home-panel url: https://github.com/hassio-addons/addon-home-panel
version: 2.3.3 version: 2.4.0