Add setting for enabling debug log

This commit is contained in:
Adrian Jagielak
2025-07-27 01:50:10 +02:00
parent 2a7f27a81f
commit aa9cb0f12a
17 changed files with 47 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Futurehome
version: "0.1.6"
version: "0.1.7"
slug: futurehome
description: Local Futurehome Smarthub integration
url: "https://github.com/adrianjagielak/home-assistant-futurehome"
@@ -20,11 +20,13 @@ options:
username: ""
password: ""
demo_mode: false
show_debug_log: false
schema:
hub_ip: "str?"
username: "str?"
password: "str?"
demo_mode: "bool?"
show_debug_log: "bool?"
image: "ghcr.io/adrianjagielak/{arch}-home-assistant-futurehome"