32 lines
733 B
YAML
32 lines
733 B
YAML
name: SillyHome Next
|
|
version: "0.4.0"
|
|
slug: sillyhome_next
|
|
description: Lokale HA-Analyse, Vorhersagen und sichere Automation-Entwürfe
|
|
url: http://192.168.6.31:3000/pino/sillyhome-next
|
|
arch:
|
|
- amd64
|
|
startup: application
|
|
boot: auto
|
|
init: false
|
|
ingress: true
|
|
ingress_port: 8000
|
|
panel_title: SillyHome Next
|
|
panel_icon: mdi:home-analytics
|
|
panel_admin: true
|
|
homeassistant_api: true
|
|
hassio_api: false
|
|
auth_api: false
|
|
options:
|
|
history_days: 14
|
|
min_training_points: 24
|
|
retrain_stale_hours: 24
|
|
reconcile_interval_seconds: 900
|
|
schema:
|
|
history_days: "int(1,31)"
|
|
min_training_points: "int(2,10000)"
|
|
retrain_stale_hours: "int(1,720)"
|
|
reconcile_interval_seconds: "int(60,86400)"
|
|
map:
|
|
- type: addon_config
|
|
read_only: false
|