30 lines
637 B
YAML
30 lines
637 B
YAML
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)
|
|
|