[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
parent
e81550fc98
commit
5e26b7073a
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue