[mqtt.homeassistant] update example config topic (#16128)

The prefix (homeassistant/) and the suffix (/config) are
automatically added

Signed-off-by: Cody Cutrer <cody@cutrer.us>
pull/16132/head
Cody Cutrer 2023-12-27 16:52:39 -07:00 committed by GitHub
parent e81550fc98
commit 5e26b7073a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<config-description uri="thing-type:mqtt:homeassistant">
<parameter name="topics" type="text" required="true" multiple="true">
<label>MQTT Config Topic</label>
<description>List of HomeAssistant configuration topics (e.g. /homeassistant/switch/4711/config)</description>
<description>List of Home Assistant configuration topics (e.g. button/my-device/restart)</description>
</parameter>
<parameter name="basetopic" type="text" required="true">
@ -24,7 +24,7 @@
<parameter name="topics" type="text" required="true" multiple="true">
<label>MQTT Config Topic</label>
<description>List of HomeAssistant configuration topics (e.g. /homeassistant/switch/4711/config)</description>
<description>List of Home Assistant configuration topics (e.g. button/my-device/restart)</description>
</parameter>
<parameter name="basetopic" type="text" required="true">

View File

@ -8,11 +8,11 @@ thing-type.mqtt.homeassistant.description = You need a configured Broker first.
thing-type.config.mqtt.homeassistant.basetopic.label = MQTT Base Prefix
thing-type.config.mqtt.homeassistant.basetopic.description = MQTT base prefix
thing-type.config.mqtt.homeassistant.topics.label = MQTT Config Topic
thing-type.config.mqtt.homeassistant.topics.description = List of HomeAssistant configuration topics (e.g. /homeassistant/switch/4711/config)
thing-type.config.mqtt.homeassistant.topics.description = List of Home Assistant configuration topics (e.g. button/my-device/restart)
thing-type.config.mqtt.homeassistant-updatable.basetopic.label = MQTT Base Prefix
thing-type.config.mqtt.homeassistant-updatable.basetopic.description = MQTT base prefix
thing-type.config.mqtt.homeassistant-updatable.topics.label = MQTT Config Topic
thing-type.config.mqtt.homeassistant-updatable.topics.description = List of HomeAssistant configuration topics (e.g. /homeassistant/switch/4711/config)
thing-type.config.mqtt.homeassistant-updatable.topics.description = List of Home Assistant configuration topics (e.g. button/my-device/restart)
thing-type.config.mqtt.homeassistant-updatable.doUpdate.label = Update
thing-type.config.mqtt.homeassistant-updatable.doUpdate.description = Request the device do an OTA update