Fix inconsistent use of the term 'target' and a typo in MQTT translation strings (#149703)

This commit is contained in:
Jan Bouwhuis 2025-07-30 23:42:53 +02:00 committed by GitHub
parent ec7fb140ac
commit f318766021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -802,15 +802,15 @@
"data": { "data": {
"max_humidity": "Maximum humidity", "max_humidity": "Maximum humidity",
"min_humidity": "Minimum humidity", "min_humidity": "Minimum humidity",
"target_humidity_command_template": "Humidity command template", "target_humidity_command_template": "Target humidity command template",
"target_humidity_command_topic": "Humidity command topic", "target_humidity_command_topic": "Target humidity command topic",
"target_humidity_state_template": "Humidity state template", "target_humidity_state_template": "Target humidity state template",
"target_humidity_state_topic": "Humidity state topic" "target_humidity_state_topic": "Target humidity state topic"
}, },
"data_description": { "data_description": {
"max_humidity": "The maximum target humidity that can be set.", "max_humidity": "The maximum target humidity that can be set.",
"min_humidity": "The minimum target humidity that can be set.", "min_humidity": "The minimum target humidity that can be set.",
"target_humidity_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the humidity command topic.", "target_humidity_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the target humidity command topic.",
"target_humidity_command_topic": "The MQTT topic to publish commands to change the climate target humidity. [Learn more.]({url}#humidity_command_topic)", "target_humidity_command_topic": "The MQTT topic to publish commands to change the climate target humidity. [Learn more.]({url}#humidity_command_topic)",
"target_humidity_state_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to render the value received on the target humidity state topic with.", "target_humidity_state_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to render the value received on the target humidity state topic with.",
"target_humidity_state_topic": "The MQTT topic to subscribe for changes of the target humidity. [Learn more.]({url}#humidity_state_topic)" "target_humidity_state_topic": "The MQTT topic to subscribe for changes of the target humidity. [Learn more.]({url}#humidity_state_topic)"
@ -838,7 +838,7 @@
"temperature_low_state_topic": "Lower temperature state topic" "temperature_low_state_topic": "Lower temperature state topic"
}, },
"data_description": { "data_description": {
"initial": "The climate initalizes with this target temperature.", "initial": "The climate initializes with this target temperature.",
"max_temp": "The maximum target temperature that can be set.", "max_temp": "The maximum target temperature that can be set.",
"min_temp": "The minimum target temperature that can be set.", "min_temp": "The minimum target temperature that can be set.",
"precision": "The precision in degrees the thermostat is working at.", "precision": "The precision in degrees the thermostat is working at.",