Andreas 785864ae03
Improve GUI security by hiding password by default.
Replaced 'str?' with 'password?' for fh_password and tp_password
2025-09-21 17:36:21 +02:00

37 lines
720 B
YAML

# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Futurehome
version: '1.0.2'
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: ''
fh_username: ''
fh_password: ''
tp_username: ''
tp_password: ''
demo_mode: false
show_debug_log: false
schema:
hub_ip: 'str?'
fh_username: 'str?'
fh_password: 'password?'
tp_username: 'str?'
tp_password: 'password?'
demo_mode: 'bool?'
show_debug_log: 'bool?'
image: 'ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome'