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

@@ -17,6 +17,18 @@ configuration:
tp_allow_empty:
name: Allow Empty Thingsplex Credentials
description: Allow empty Thingsplex username and/or password.
custom_mqtt_host:
name: Custom MQTT Host (Optional)
description: Your custom MQTT broker host.
custom_mqtt_port:
name: Custom MQTT Port (Optional)
description: Your custom MQTT broker port.
custom_mqtt_user:
name: Custom MQTT Username (Optional)
description: Your custom MQTT broker username.
custom_mqtt_pwd:
name: Custom MQTT Password (Optional)
description: Your custom MQTT broker password.
demo_mode:
name: Demo Mode
description: Use a sample recorded state from a real Futurehome Smarthub to simulate devices.