Files
SimpleAddonTest/config.yaml

33 lines
564 B
YAML

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"