mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 00:19:02 +02:00
69 lines
2.6 KiB
JSON
69 lines
2.6 KiB
JSON
{
|
|
"exceptions": {
|
|
"invalid_system_mode": {
|
|
"message": "The requested system mode is not supported: {error}"
|
|
},
|
|
"mode_cant_be_temporary": {
|
|
"message": "The mode `{mode}` does not support `duration` or `period`"
|
|
},
|
|
"mode_cant_have_duration": {
|
|
"message": "The mode `{mode}` does not support `duration`; use `period` instead"
|
|
},
|
|
"mode_cant_have_period": {
|
|
"message": "The mode `{mode}` does not support `period`; use `duration` instead"
|
|
},
|
|
"mode_not_supported": {
|
|
"message": "The mode `{mode}` is not supported by this controller"
|
|
},
|
|
"zone_only_service": {
|
|
"message": "Only zones support the `{service}` action"
|
|
}
|
|
},
|
|
"services": {
|
|
"clear_zone_override": {
|
|
"description": "Sets a zone to follow its schedule.",
|
|
"name": "Clear zone override"
|
|
},
|
|
"refresh_system": {
|
|
"description": "Pulls the latest data from the vendor's servers now, rather than waiting for the next scheduled update.",
|
|
"name": "Refresh system"
|
|
},
|
|
"reset_system": {
|
|
"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).",
|
|
"name": "Reset system"
|
|
},
|
|
"set_system_mode": {
|
|
"description": "Sets the system mode, either indefinitely, or for a specified period of time, after which it will revert to Auto. Not all systems support all modes.",
|
|
"fields": {
|
|
"duration": {
|
|
"description": "The duration in hours; used only with AutoWithEco mode (up to 24 hours).",
|
|
"name": "Duration"
|
|
},
|
|
"mode": {
|
|
"description": "Mode to set the system to.",
|
|
"name": "[%key:common::config_flow::data::mode%]"
|
|
},
|
|
"period": {
|
|
"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).",
|
|
"name": "Period"
|
|
}
|
|
},
|
|
"name": "Set system mode"
|
|
},
|
|
"set_zone_override": {
|
|
"description": "Overrides a zone's setpoint, either indefinitely, or for a specified period of time, after which it will revert to following its schedule.",
|
|
"fields": {
|
|
"duration": {
|
|
"description": "The zone will revert to its schedule after this time. If 0 the change is until the next scheduled setpoint.",
|
|
"name": "Duration"
|
|
},
|
|
"setpoint": {
|
|
"description": "The temperature to be used instead of the scheduled setpoint.",
|
|
"name": "Setpoint"
|
|
}
|
|
},
|
|
"name": "Set zone override"
|
|
}
|
|
}
|
|
}
|