🎉 Release of add-on Home Panel 2.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-02 20:39:24 +00:00
parent 95875a0ac1
commit 35717650d0
5 changed files with 45 additions and 35 deletions

View file

@ -855,10 +855,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/v1.8.3 [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/v1.8.3/README.md [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-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-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,7 +1,28 @@
## Changes ## Whats 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)

View file

@ -1,22 +1,22 @@
# Home Assistant Community Add-on: Home Panel # Home Assistant Community Add-on: Home Panel
A web frontend for controlling the home. Integrates with A web frontend for controlling the home. Integrates with
[Home Assistant][hass] as an alternative / additional frontend. Uses a [Home Assistant][hass] as an alternative / additional frontend. Uses a
customisable and themeable card based UI which can be used on a touch screen. customisable and themeable card based UI which can be used on a touch screen.
## Installation ## Installation
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 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. 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.
1. Click "Open Web UI". 1. Click "Open Web UI".
1. Create a new account. 1. Create a new account.
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.
## Configuration ## Configuration
@ -41,7 +41,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information. - `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events. - `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors. - `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. - `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a 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 ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format 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: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support
@ -106,7 +105,7 @@ check [the contributor's page][contributors].
MIT License 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 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
@ -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 [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/
[issue]: https://github.com/hassio-addons/addon-home-panel/issues [issue]: https://github.com/hassio-addons/addon-home-panel/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[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]: https://github.com/hassio-addons/repository [repository]: https://github.com/hassio-addons/repository

View file

@ -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 [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/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 [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-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v1.8.3 [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-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

@ -1,11 +1,9 @@
{ {
"name": "Home Panel", "name": "Home Panel",
"version": "1.8.3", "version": "2.0.0",
"slug": "home-panel", "slug": "home-panel",
"description": "A web frontend for controlling the home", "description": "A web frontend for controlling the home",
"url": "https://github.com/hassio-addons/addon-home-panel", "url": "https://github.com/hassio-addons/addon-home-panel",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
@ -14,13 +12,7 @@
"i386" "i386"
], ],
"init": false, "init": false,
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant": "0.91.4",
"homeassistant_api": true,
"ingress": true, "ingress": true,
"ingress_port": 1337,
"panel_icon": "mdi:home", "panel_icon": "mdi:home",
"ports": { "ports": {
"80/tcp": null "80/tcp": null
@ -41,8 +33,7 @@
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool", "ssl": "bool",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str"
"leave_front_door_open": "bool?"
}, },
"image": "hassioaddons/home-panel-{arch}" "image": "ghcr.io/hassio-addons/home-panel/{arch}"
} }