mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +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": {
|
"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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user