mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix grammar in evohome.reset_system action, consistently add "mode" (#138777)
* Fix grammar in evohome.reset_system action, consistently add "mode" - fix the grammar with "Sets … and resets …" - add "mode" to all mode names for consistency * Revert, removing one excessive "mode"
This commit is contained in:
parent
e9fcef1b57
commit
a45fb57595
@ -10,17 +10,17 @@
|
|||||||
},
|
},
|
||||||
"period": {
|
"period": {
|
||||||
"name": "Period",
|
"name": "Period",
|
||||||
"description": "A period of time in days; used only with Away, DayOff, or Custom. The system will revert to Auto at midnight (up to 99 days, today is day 1)."
|
"description": "A period of time in days; used only with Away, DayOff, or Custom mode. The system will revert to Auto mode at midnight (up to 99 days, today is day 1)."
|
||||||
},
|
},
|
||||||
"duration": {
|
"duration": {
|
||||||
"name": "Duration",
|
"name": "Duration",
|
||||||
"description": "The duration in hours; used only with AutoWithEco (up to 24 hours)."
|
"description": "The duration in hours; used only with AutoWithEco mode (up to 24 hours)."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reset_system": {
|
"reset_system": {
|
||||||
"name": "Reset system",
|
"name": "Reset system",
|
||||||
"description": "Sets the system to Auto mode and reset all the zones to follow their schedules. Not all Evohome systems support this feature (i.e. AutoWithReset mode)."
|
"description": "Sets the system to Auto mode and resets all the zones to follow their schedules. Not all Evohome systems support this feature (i.e. AutoWithReset mode)."
|
||||||
},
|
},
|
||||||
"refresh_system": {
|
"refresh_system": {
|
||||||
"name": "Refresh system",
|
"name": "Refresh system",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user