Cleanup missed QoS translation string for MQTT subentries (#141485)

This commit is contained in:
Jan Bouwhuis 2025-03-26 17:40:22 +01:00 committed by GitHub
parent 220aaf93c6
commit 3bcf1c942c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@
"qos": "QoS" "qos": "QoS"
}, },
"data_description": { "data_description": {
"qos": "The QoS value the device's entities should use." "qos": "The Quality of Service value the device's entities should use."
} }
} }
} }
@ -247,8 +247,7 @@
"last_reset_value_template": "Last reset value template", "last_reset_value_template": "Last reset value template",
"force_update": "Force update", "force_update": "Force update",
"optimistic": "Optimistic", "optimistic": "Optimistic",
"retain": "Retain", "retain": "Retain"
"qos": "QoS"
}, },
"data_description": { "data_description": {
"command_topic": "The publishing topic that will be used to control the {platform} entity. [Learn more.]({url}#command_topic)", "command_topic": "The publishing topic that will be used to control the {platform} entity. [Learn more.]({url}#command_topic)",
@ -258,8 +257,7 @@
"last_reset_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the last reset. When Last reset template is set, the State class option must be Total. [Learn more.]({url}#last_reset_value_template)", "last_reset_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the last reset. When Last reset template is set, the State class option must be Total. [Learn more.]({url}#last_reset_value_template)",
"force_update": "Sends update events even if the value hasnt changed. Useful if you want to have meaningful value graphs in history. [Learn more.]({url}#force_update)", "force_update": "Sends update events even if the value hasnt changed. Useful if you want to have meaningful value graphs in history. [Learn more.]({url}#force_update)",
"optimistic": "Flag that defines if the {platform} entity works in optimistic mode. [Learn more.]({url}#optimistic)", "optimistic": "Flag that defines if the {platform} entity works in optimistic mode. [Learn more.]({url}#optimistic)",
"retain": "Select if values published by the {platform} entity should be retained at the MQTT broker.", "retain": "Select if values published by the {platform} entity should be retained at the MQTT broker."
"qos": "The QoS value {platform} entity should use."
}, },
"sections": { "sections": {
"advanced_settings": { "advanced_settings": {