Add initial version of the add-on code

This commit is contained in:
Adrian Jagielak
2025-07-21 22:28:31 +02:00
parent bcfa60a749
commit 1c43d8a3ec
25 changed files with 3159 additions and 68 deletions

View File

@@ -1,8 +1,8 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Futurehome add-on
version: "0.0.3"
version: "0.0.4"
slug: futurehome
description: Futurehome Home Assistant add-on
description: Local Futurehome Smarthub integration
url: "https://github.com/adrianjagielak/home-assistant-futurehome"
arch:
- armhf
@@ -11,10 +11,18 @@ arch:
- amd64
- i386
init: false
map:
- share:rw
services:
- mqtt:need
options:
message: "Hello world..."
hub_ip: ""
username: ""
password: ""
schema:
message: "str?"
hub_ip: "str?"
username: "str"
password: "str"
image: "ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome"