mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-09-13 15:47:08 +00:00
21 lines
463 B
YAML
21 lines
463 B
YAML
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
|
name: Futurehome add-on
|
|
version: "0.0.1"
|
|
slug: example
|
|
description: Futurehome Home Assistant add-on
|
|
url: "https://github.com/adrianjagielak/home-assistant-futurehome"
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
init: false
|
|
map:
|
|
- share:rw
|
|
options:
|
|
message: "Hello world..."
|
|
schema:
|
|
message: "str?"
|
|
image: "ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome"
|