Add demo mode

This commit is contained in:
Adrian Jagielak
2025-07-23 20:25:01 +02:00
parent 8546610ffd
commit 8a3f7e72bb
12 changed files with 3477 additions and 51 deletions

View File

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