Initial commit of Simple Home Assistant Addon with web interface
This commit is contained in:
32
config.yaml
Normal file
32
config.yaml
Normal file
@ -0,0 +1,32 @@
|
||||
name: Simple Addon
|
||||
description: A simple Home Assistant addon example with web interface
|
||||
version: "1.0.0"
|
||||
slug: "simple-addon"
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
- ppc64le
|
||||
- riscv64
|
||||
- s390x
|
||||
webui: "http://[HOST]:[PORT:8099]/addon/"
|
||||
ports:
|
||||
8099/tcp: 8099
|
||||
port_map:
|
||||
8099/tcp: 8099
|
||||
ingress: true
|
||||
ingress_port: 8099
|
||||
panel_icon: mdi:application
|
||||
panel_title: Simple Addon
|
||||
init: false
|
||||
hassio_api: true
|
||||
homeassistant_api: true
|
||||
host_network: false
|
||||
map:
|
||||
- config:rw
|
||||
options:
|
||||
message: "Hello from Home Assistant!"
|
||||
schema:
|
||||
message: "str"
|
||||
Reference in New Issue
Block a user