Fix sentence-casing in action names, spelling of "IDs" (#136576)

This commit is contained in:
Norbert Rittel 2025-01-26 17:33:33 +01:00 committed by GitHub
parent 363ecde41b
commit 909af0db82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@
} }
}, },
"set_dst_mode": { "set_dst_mode": {
"name": "Set Daylight savings time mode", "name": "Set daylight savings time mode",
"description": "Enables/disables automatic daylight savings time.", "description": "Enables/disables automatic daylight savings time.",
"fields": { "fields": {
"dst_enabled": { "dst_enabled": {
@ -172,8 +172,8 @@
} }
}, },
"set_sensors_used_in_climate": { "set_sensors_used_in_climate": {
"name": "Set Sensors Used in Climate", "name": "Set sensors used in climate",
"description": "Sets the participating sensors for a climate.", "description": "Sets the participating sensors for a climate program.",
"fields": { "fields": {
"entity_id": { "entity_id": {
"name": "Entity", "name": "Entity",
@ -198,7 +198,7 @@
"message": "Invalid sensor for thermostat, available options are: {options}" "message": "Invalid sensor for thermostat, available options are: {options}"
}, },
"sensor_lookup_failed": { "sensor_lookup_failed": {
"message": "There was an error getting the sensor ids from sensor names. Try reloading the ecobee integration." "message": "There was an error getting the sensor IDs from sensor names. Try reloading the ecobee integration."
} }
}, },
"issues": { "issues": {