We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4a503 commit cc7cdc5Copy full SHA for cc7cdc5
app/templates/setup.html
@@ -285,7 +285,7 @@ <h2>{{ t.mqtt_broker }}</h2>
285
</div>
286
<div class="form-row full">
287
<label for="mqtt_topic_prefix">{{ t.topic_prefix }}</label>
288
- <input type="text" id="mqtt_topic_prefix" name="mqtt_topic_prefix" value="{{ config.mqtt_topic_prefix }}" placeholder="fritzbox/docsis">
+ <input type="text" id="mqtt_topic_prefix" name="mqtt_topic_prefix" value="{{ config.mqtt_topic_prefix }}" placeholder="docsight">
289
290
291
<div class="btn-row">
0 commit comments