🎉 Release of add-on Home Panel 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-01-11 22:01:27 +00:00
parent 2d6179b339
commit bf565e565e
6 changed files with 131 additions and 0 deletions

View file

@ -142,6 +142,19 @@ Presence detection server for Happy Bubbles Bluetooth beacon-based presence dete
[:books: Happy Bubbles add-on documentation][addon-doc-happy-bubbles]
### ✓ [Home Panel][addon-home-panel]
![Latest Version][home-panel-version-shield]
![Supports armhf Architecture][home-panel-armhf-shield]
![Supports aarch64 Architecture][home-panel-aarch64-shield]
![Supports amd64 Architecture][home-panel-amd64-shield]
![Supports i386 Architecture][home-panel-i386-shield]
![Docker Pulls][home-panel-pulls-shield]
A touch-compatible web frontend for controlling the home.
[:books: Home Panel add-on documentation][addon-doc-home-panel]
### ✓ [IDE][addon-ide]
![Latest Version][ide-version-shield]
@ -477,6 +490,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: FTP][ftp-issue]
- [Open an issue for the add-on: Grafana][grafana-issue]
- [Open an issue for the add-on: Happy Bubbles][happy-bubbles-issue]
- [Open an issue for the add-on: Home Panel][home-panel-issue]
- [Open an issue for the add-on: IDE][ide-issue]
- [Open an issue for the add-on: InfluxDB][influxdb-issue]
- [Open an issue for the add-on: JupyterLab Lite][jupyterlablite-issue]
@ -621,6 +635,15 @@ SOFTWARE.
[happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-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/v0.1.0
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.1.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-v0.1.0-blue.svg
[home-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/home-panel.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
[home-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.7.2
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.7.2/README.md
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues

1
home-panel/CHANGELOG.md Normal file
View file

@ -0,0 +1 @@
First release! :tada:

61
home-panel/README.md Normal file
View file

@ -0,0 +1,61 @@
# Community Hass.io Add-ons: Home Panel
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
A touch-compatible web frontend for controlling the home.
## About
A touch-compatible 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.
[Click here for the full documentation][docs]
### Screenshots
![Midnight Theme Screenshot][midnight-theme]
![More Info Light Screenshot][more-info-light]
![Forest Theme Screenshot][forest-theme]
[Click here for the full documentation][docs]
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v0.1.0/README.md
[forest-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/forest-theme.png
[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/2019.svg
[midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png
[more-info-light]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-light.png
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.1.0

46
home-panel/config.json Normal file
View file

@ -0,0 +1,46 @@
{
"name": "Home Panel",
"version": "0.1.0",
"slug": "home-panel",
"description": "A touch-compatible web frontend for controlling the home.",
"url": "https://github.com/hassio-addons/addon-home-panel",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8234]",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_role": "default",
"hassio_api": true,
"homeassistant_api": true,
"host_network": false,
"ports": {
"3234/tcp": 3234,
"8234/tcp": 8234
},
"map": [
"config:rw",
"ssl"
],
"options": {
"log_level": "info",
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"config_file": "home-panel-config.json"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"config_file": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/home-panel"
}

BIN
home-panel/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
home-panel/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB