mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Fix sentence-casing in action names, spelling of "IDs" (#136576)
This commit is contained in:
parent
363ecde41b
commit
909af0db82
@ -138,7 +138,7 @@
|
||||
}
|
||||
},
|
||||
"set_dst_mode": {
|
||||
"name": "Set Daylight savings time mode",
|
||||
"name": "Set daylight savings time mode",
|
||||
"description": "Enables/disables automatic daylight savings time.",
|
||||
"fields": {
|
||||
"dst_enabled": {
|
||||
@ -172,8 +172,8 @@
|
||||
}
|
||||
},
|
||||
"set_sensors_used_in_climate": {
|
||||
"name": "Set Sensors Used in Climate",
|
||||
"description": "Sets the participating sensors for a climate.",
|
||||
"name": "Set sensors used in climate",
|
||||
"description": "Sets the participating sensors for a climate program.",
|
||||
"fields": {
|
||||
"entity_id": {
|
||||
"name": "Entity",
|
||||
@ -198,7 +198,7 @@
|
||||
"message": "Invalid sensor for thermostat, available options are: {options}"
|
||||
},
|
||||
"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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user