mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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": {
|
||||
"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": {
|
||||
"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": {
|
||||
"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": {
|
||||
"name": "Refresh system",
|
||||
|
Loading…
x
Reference in New Issue
Block a user