From 5e26b7073a2a9e6ca627e1343854f0c80a18f410 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Wed, 27 Dec 2023 16:52:39 -0700 Subject: [PATCH] [mqtt.homeassistant] update example config topic (#16128) The prefix (homeassistant/) and the suffix (/config) are automatically added Signed-off-by: Cody Cutrer --- .../resources/OH-INF/config/homeassistant-thing-config.xml | 4 ++-- .../src/main/resources/OH-INF/i18n/mqtt.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/config/homeassistant-thing-config.xml b/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/config/homeassistant-thing-config.xml index f523cbf115..c09fccc5cb 100644 --- a/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/config/homeassistant-thing-config.xml +++ b/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/config/homeassistant-thing-config.xml @@ -7,7 +7,7 @@ - List of HomeAssistant configuration topics (e.g. /homeassistant/switch/4711/config) + List of Home Assistant configuration topics (e.g. button/my-device/restart) @@ -24,7 +24,7 @@ - List of HomeAssistant configuration topics (e.g. /homeassistant/switch/4711/config) + List of Home Assistant configuration topics (e.g. button/my-device/restart) diff --git a/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt.properties b/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt.properties index 8fabdeed27..f5b418c2e6 100644 --- a/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt.properties +++ b/bundles/org.openhab.binding.mqtt.homeassistant/src/main/resources/OH-INF/i18n/mqtt.properties @@ -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 -- 2.47.3