mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-09-13 15:47:08 +00:00
31 lines
569 B
YAML
31 lines
569 B
YAML
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
|
name: Futurehome
|
|
version: "0.0.31"
|
|
slug: futurehome
|
|
description: Local Futurehome Smarthub integration
|
|
url: "https://github.com/adrianjagielak/home-assistant-futurehome"
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
init: false
|
|
|
|
services:
|
|
- "mqtt:need"
|
|
|
|
options:
|
|
hub_ip: ""
|
|
username: ""
|
|
password: ""
|
|
demo_mode: false
|
|
|
|
schema:
|
|
hub_ip: "str?"
|
|
username: "str?"
|
|
password: "str?"
|
|
demo_mode: "bool?"
|
|
|
|
image: "ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome"
|