Remove excessive comma from dsmr_reader issue description (#149393)

This commit is contained in:
Norbert Rittel 2025-07-24 19:20:42 +02:00 committed by GitHub
parent f2c995cf86
commit 36a98470cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,7 +263,7 @@
"issues": { "issues": {
"cannot_subscribe_mqtt_topic": { "cannot_subscribe_mqtt_topic": {
"title": "Cannot subscribe to MQTT topic {topic_title}", "title": "Cannot subscribe to MQTT topic {topic_title}",
"description": "The DSMR Reader integration cannot subscribe to the MQTT topic: `{topic}`. Please check the configuration of the MQTT broker and the topic.\nDSMR Reader needs to be running, before starting this integration." "description": "The DSMR Reader integration cannot subscribe to the MQTT topic: `{topic}`. Please check the configuration of the MQTT broker and the topic.\nDSMR Reader needs to be running before starting this integration."
} }
} }
} }