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

@@ -32,10 +32,6 @@ schema:
tp_username: 'str?'
tp_password: 'password?'
tp_allow_empty: 'bool?'
custom_mqtt_host: 'str?'
custom_mqtt_port: 'int?'
custom_mqtt_user: 'str?'
custom_mqtt_pwd: 'password?'
demo_mode: 'bool?'
show_debug_log: 'bool?'