mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 09:09:03 +00:00
Add support for pairing new devices
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user