mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Home Panel to 3855e2a
This commit is contained in:
parent
e86330919c
commit
4deba369fe
6 changed files with 140 additions and 0 deletions
23
README.md
23
README.md
|
@ -145,6 +145,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-app for controlling the home
|
||||
|
||||
[:books: Home Panel add-on documentation][addon-doc-home-panel]
|
||||
|
||||
### ✓ [IDE][addon-ide]
|
||||
|
||||
![Latest Version][ide-version-shield]
|
||||
|
@ -485,6 +498,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: Jupyter][jupyter-issue]
|
||||
|
@ -630,6 +644,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/3855e2a
|
||||
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/3855e2a/README.md
|
||||
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
|
||||
[home-panel-version-shield]: https://img.shields.io/badge/version-3855e2a-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/25f60d6
|
||||
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/25f60d6/README.md
|
||||
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues
|
||||
|
|
3
home-panel/CHANGELOG.md
Normal file
3
home-panel/CHANGELOG.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
2018/12/11 23:25 UTC - [3855e2a](https://github.com/hassio-addons/addon-home-panel/commit/3855e2a0641a958020029bca643b081ede7b7d2e) by [@frenck](https://github.com/frenck)
|
||||
> :hammer: Updates GitLab CI build script
|
||||
|
68
home-panel/README.md
Normal file
68
home-panel/README.md
Normal file
|
@ -0,0 +1,68 @@
|
|||
# Timmo Hass.io Add-ons: Home Panel
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
[Home Panel][home-panel] add-on
|
||||
|
||||
## About
|
||||
|
||||
A touch-compatible web-app for controlling the home. Integrates with
|
||||
[Home Assistant][hass] as an alternative / additional frontend.
|
||||
|
||||
### Features
|
||||
|
||||
- Card based user interface with support for [Home Assistant][hass]
|
||||
- Supports MJPEG and related image-based camera/image feeds. Images can also
|
||||
be used
|
||||
- Light control with brightness, temperature, color and effects support
|
||||
- Supports Radio playback from TuneIn
|
||||
- Add weather and weather icons using Home Assistant's
|
||||
[Dark Sky](https://www.home-assistant.io/components/weather.darksky/)
|
||||
component
|
||||
- Made for touch screens with a sideways scrolling Material
|
||||
Design interface. (Compatible with desktops as well)
|
||||
- Customizable interface
|
||||
- Custom theme support
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
### Screenshots
|
||||
|
||||
![Light Theme Screenshot][light-theme]
|
||||
|
||||
![More Info Dark Screenshot][more-info-dark]
|
||||
|
||||
![Forest Theme][theme-forest]
|
||||
|
||||
## WARNING! THIS IS AN EDGE VERSION!
|
||||
|
||||
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
|
||||
add-ons are based upon the latest development version.
|
||||
|
||||
- They may not work at all.
|
||||
- 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.
|
||||
- Developers.
|
||||
|
||||
If you are more interested in stable releases of our add-ons:
|
||||
|
||||
<https://github.com/timmo001/repository>
|
||||
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-3855e2a-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-home-panel/tree/3855e2a
|
||||
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/3855e2a/README.md
|
||||
[hass]: https://www.home-assistant.io/
|
||||
[home-panel]: https://github.com/timmo001/home-panel
|
||||
[light-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/light-theme.png
|
||||
[dark-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/dark-theme.png
|
||||
[more-info-light]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-light.png
|
||||
[more-info-dark]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-dark.png
|
||||
[radio]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/radio.png
|
||||
[theme-forest]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/theme-forest.png
|
46
home-panel/config.json
Normal file
46
home-panel/config.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"name": "Home Panel",
|
||||
"version": "3855e2a",
|
||||
"slug": "home-panel",
|
||||
"description": "A touch-compatible web-app for controlling the home",
|
||||
"url": "https://github.com/timmo001/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
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
BIN
home-panel/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Add table
Add a link
Reference in a new issue