Add independent Home Assistant addon

This commit is contained in:
2026-06-18 12:23:24 +02:00
parent 549f87523a
commit 1336bc36fa
10 changed files with 121 additions and 7 deletions

29
addon/config.yaml Normal file
View File

@@ -0,0 +1,29 @@
name: SillyHome Future
version: "2.0.0-alpha.2"
slug: sillyhome_future
description: Event-first SillyHome v2 test controller
url: http://192.168.6.31:3000/Otto/sillyhome-future
arch:
- amd64
startup: application
boot: manual
watchdog: http://[HOST]:[PORT:8099]/health
init: false
ingress: true
ingress_port: 8099
panel_title: SillyHome Future
panel_icon: mdi:home-lightning-bolt
panel_admin: true
homeassistant_api: true
hassio_api: false
auth_api: false
map:
- type: addon_config
read_only: false
options:
store_path: /data/future_store
log_level: info
schema:
store_path: str
log_level: list(debug|info|warning|error)