back to yaml
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "AI Shopping List",
|
|
||||||
"maintainer": "Karsten",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"slug": "aishoppinglist_addon",
|
|
||||||
"description": "Run AI Shopping List scripts container from private registry",
|
|
||||||
"arch": [
|
|
||||||
"amd64",
|
|
||||||
"arm64"
|
|
||||||
],
|
|
||||||
"startup": "application",
|
|
||||||
"image": "registry.riisager.eu/aishoppinglist:{version}"
|
|
||||||
}
|
|
||||||
16
aishoppinglist_addon/config.yaml
Normal file
16
aishoppinglist_addon/config.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
||||||
|
name: AI Shopping list
|
||||||
|
version: "1.0.0"
|
||||||
|
slug: aishoppinglist
|
||||||
|
description: AI Shopping list
|
||||||
|
url: "https://git.riisager.eu/homeassistant/aishoppinglist_addon"
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
init: false
|
||||||
|
map:
|
||||||
|
- share:rw
|
||||||
|
options:
|
||||||
|
message: "Hello world..."
|
||||||
|
schema:
|
||||||
|
message: "str?"
|
||||||
|
image: "registry.riisager.eu/aishoppinglist:{version}"
|
||||||
3
repository.yaml
Normal file
3
repository.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
name: aishoppinglist
|
||||||
|
url: https://git.riisager.eu/
|
||||||
|
maintainer: Karsten
|
||||||
Reference in New Issue
Block a user