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

@@ -9,6 +9,7 @@ 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 SHOW_DEBUG_LOG=$(bashio::config 'show_debug_log')
export MQTT_HOST=$(bashio::services mqtt "host")
export MQTT_PORT=$(bashio::services mqtt "port")