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

@@ -8,6 +8,7 @@ set -e
export FH_HUB_IP=$(bashio::config 'hub_ip')
export FH_USERNAME=$(bashio::config 'username')
export FH_PASSWORD=$(bashio::config 'password')
export DEMO_MODE=$(bashio::config 'demo_mode')
export MQTT_HOST=$(bashio::services mqtt "host")
export MQTT_PORT=$(bashio::services mqtt "port")