mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Home Panel 2.0.0
This commit is contained in:
parent
95875a0ac1
commit
35717650d0
5 changed files with 45 additions and 35 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue