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:
Norbert Rittel 2025-02-18 15:43:51 +01:00 committed by GitHub
parent e9fcef1b57
commit a45fb57595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",