Initial commit of Simple Home Assistant Addon with web interface

This commit is contained in:
Manu
2025-06-01 12:04:22 +02:00
commit 3d987c3eb6
12 changed files with 660 additions and 0 deletions

32
config.yaml Normal file
View 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"