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-09-16 12:44:38 +02:00
|
|
|
version: '1.0.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-28 14:18:42 +02:00
|
|
|
url: 'https://github.com/adrianjagielak/home-assistant-futurehome'
|
2025-07-21 15:20:40 +02:00
|
|
|
arch:
|
|
|
|
- armhf
|
|
|
|
- armv7
|
|
|
|
- aarch64
|
|
|
|
- amd64
|
|
|
|
- i386
|
|
|
|
init: false
|
2025-07-21 22:28:31 +02:00
|
|
|
|
|
|
|
services:
|
2025-07-28 14:18:42 +02:00
|
|
|
- 'mqtt:need'
|
2025-07-21 22:28:31 +02:00
|
|
|
|
2025-07-21 15:20:40 +02:00
|
|
|
options:
|
2025-07-28 14:18:42 +02:00
|
|
|
hub_ip: ''
|
|
|
|
fh_username: ''
|
|
|
|
fh_password: ''
|
|
|
|
tp_username: ''
|
|
|
|
tp_password: ''
|
2025-09-24 21:15:54 +02:00
|
|
|
tp_allow_empty: false
|
2025-07-23 20:25:01 +02:00
|
|
|
demo_mode: false
|
2025-07-27 01:50:10 +02:00
|
|
|
show_debug_log: false
|
2025-07-21 22:28:31 +02:00
|
|
|
|
2025-07-21 15:20:40 +02:00
|
|
|
schema:
|
2025-07-28 14:18:42 +02:00
|
|
|
hub_ip: 'str?'
|
|
|
|
fh_username: 'str?'
|
2025-09-21 17:36:21 +02:00
|
|
|
fh_password: 'password?'
|
2025-07-28 14:18:42 +02:00
|
|
|
tp_username: 'str?'
|
2025-09-21 17:36:21 +02:00
|
|
|
tp_password: 'password?'
|
2025-09-24 21:15:54 +02:00
|
|
|
tp_allow_empty: 'bool?'
|
2025-07-28 14:18:42 +02:00
|
|
|
demo_mode: 'bool?'
|
|
|
|
show_debug_log: 'bool?'
|
2025-07-21 22:28:31 +02:00
|
|
|
|
2025-07-28 14:18:42 +02:00
|
|
|
image: 'ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome'
|