Revert "Add ability to specify a custom MQTT broker"

This reverts commit b937f90340.
This commit is contained in:
Adrian Jagielak
2025-10-16 02:06:06 +02:00
parent 729c6c839f
commit afbfd1d1c7
4 changed files with 5 additions and 31 deletions

View File

@@ -11,10 +11,6 @@ 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 CUSTOM_MQTT_HOST=$(bashio::config 'custom_mqtt_host')
export CUSTOM_MQTT_PORT=$(bashio::config 'custom_mqtt_port')
export CUSTOM_MQTT_USER=$(bashio::config 'custom_mqtt_user')
export CUSTOM_MQTT_PWD=$(bashio::config 'custom_mqtt_pwd')
export DEMO_MODE=$(bashio::config 'demo_mode')
export SHOW_DEBUG_LOG=$(bashio::config 'show_debug_log')