31 lines
568 B
YAML
Raw Normal View History

2025-07-21 15:20:40 +02:00
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
2025-07-21 23:03:59 +02:00
name: Futurehome
2025-07-25 01:07:19 +02:00
version: "0.1.2"
2025-07-21 16:00:14 +02:00
slug: futurehome
2025-07-21 22:28:31 +02:00
description: Local Futurehome Smarthub integration
2025-07-21 15:20:40 +02:00
url: "https://github.com/adrianjagielak/home-assistant-futurehome"
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
init: false
2025-07-21 22:28:31 +02:00
services:
2025-07-21 23:14:23 +02:00
- "mqtt:need"
2025-07-21 22:28:31 +02:00
2025-07-21 15:20:40 +02:00
options:
2025-07-21 22:28:31 +02:00
hub_ip: ""
username: ""
password: ""
2025-07-23 20:25:01 +02:00
demo_mode: false
2025-07-21 22:28:31 +02:00
2025-07-21 15:20:40 +02:00
schema:
2025-07-21 22:28:31 +02:00
hub_ip: "str?"
2025-07-23 20:25:01 +02:00
username: "str?"
password: "str?"
demo_mode: "bool?"
2025-07-21 22:28:31 +02:00
2025-07-21 15:20:40 +02:00
image: "ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome"