27 lines
488 B
YAML
Executable File
27 lines
488 B
YAML
Executable File
name: Wall Panel
|
|
description: Wall Panel PHP interface as a Home Assistant add-on
|
|
version: "1.0.0"
|
|
slug: wall_panel
|
|
url: https://git.striker72rus.ru/PHP/wallpanell.git
|
|
init: false
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armhf
|
|
- armv7
|
|
- i386
|
|
startup: services
|
|
ingress: true
|
|
ingress_port: 8099
|
|
panel_title: Wall Panel
|
|
panel_icon: mdi:view-dashboard
|
|
ports:
|
|
8099/tcp: 8099
|
|
ports_description:
|
|
8099/tcp: Wall Panel web UI
|
|
map:
|
|
- addon_config:rw
|
|
homeassistant_api: true
|
|
options: {}
|
|
schema: {}
|