Add support for pairing new devices

This commit is contained in:
Adrian Jagielak
2025-07-28 14:18:42 +02:00
parent 15c65850bf
commit b034197a93
56 changed files with 1272 additions and 512 deletions

View File

@@ -1,9 +1,9 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Futurehome
version: "0.1.8"
version: '0.1.8'
slug: futurehome
description: Local Futurehome Smarthub integration
url: "https://github.com/adrianjagielak/home-assistant-futurehome"
url: 'https://github.com/adrianjagielak/home-assistant-futurehome'
arch:
- armhf
- armv7
@@ -13,20 +13,24 @@ arch:
init: false
services:
- "mqtt:need"
- 'mqtt:need'
options:
hub_ip: ""
username: ""
password: ""
hub_ip: ''
fh_username: ''
fh_password: ''
tp_username: ''
tp_password: ''
demo_mode: false
show_debug_log: false
schema:
hub_ip: "str?"
username: "str?"
password: "str?"
demo_mode: "bool?"
show_debug_log: "bool?"
hub_ip: 'str?'
fh_username: 'str?'
fh_password: 'str?'
tp_username: 'str?'
tp_password: 'str?'
demo_mode: 'bool?'
show_debug_log: 'bool?'
image: "ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome"
image: 'ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome'