39 lines
770 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
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: ''
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?'
fh_password: 'password?'
2025-07-28 14:18:42 +02:00
tp_username: 'str?'
tp_password: 'password?'
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'