wallpanell/wall_panel/config.yaml
2026-03-25 13:52:01 +03:00

63 lines
1.3 KiB
YAML
Executable File

name: Wall Panel
description: Wall Panel PHP interface as a Home Assistant add-on
version: "1.0.3"
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:
app:
title: Wall Panel
poll_interval_ms: 5000
main_room_name: Главная
main_room_icon: mdi:home
edit_mode: false
battery_history_hours: 4320
home_assistant:
base_url: ""
token: ""
verify_ssl: true
weather_entity_id: ""
camera:
rtsp_url: rtsp://10.0.6.110:45321/feff99fa45f317e7
stream_url: ""
stream_mode: hls
poster_url: http://10.0.6.110:5000/api/doorbell/latest.jpg
popup_timeout_minutes: 3
schema:
app:
title: str
poll_interval_ms: int
main_room_name: str
main_room_icon: str
edit_mode: bool
battery_history_hours: int
home_assistant:
base_url: str
token: str
verify_ssl: bool
weather_entity_id: str
camera:
rtsp_url: str
stream_url: str
stream_mode: str
poster_url: str
popup_timeout_minutes: int