Allow empty Thingsplex credentials (#3)

This commit is contained in:
Adrian Jagielak
2025-09-24 21:15:54 +02:00
parent a8e5b00275
commit 351274f56e
29 changed files with 83 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ export FH_USERNAME=$(bashio::config 'fh_username')
export FH_PASSWORD=$(bashio::config 'fh_password')
export TP_USERNAME=$(bashio::config 'tp_username')
export TP_PASSWORD=$(bashio::config 'tp_password')
export TP_ALLOW_EMPTY=$(bashio::config 'tp_allow_empty')
export DEMO_MODE=$(bashio::config 'demo_mode')
export SHOW_DEBUG_LOG=$(bashio::config 'show_debug_log')