add initial dev version of ha addon

This commit is contained in:
joBr99
2023-11-19 12:40:49 +01:00
parent 367bdaf8d6
commit 8fa3a11eb5
152 changed files with 203040 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: NSPanel Lovelace UI Addon
version: "4.7.0"
slug: nspanel-lovelace-ui
description: NSPanel Lovelace UI Addon
url: "https://github.com/home-assistant/addons-example/tree/main/example"
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
init: false
map:
- share:rw
options:
message: "Hello world..."
schema:
message: "str?"
image: "ghcr.io/joBr99/{arch}-addon-example"