Add ability to specify a custom MQTT broker

This commit is contained in:
Adrian Jagielak
2025-10-13 18:54:03 +02:00
parent 4a3eb07464
commit b937f90340
4 changed files with 31 additions and 5 deletions

View File

@@ -32,6 +32,10 @@ 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?'