2020-04-20 23:25:35 +00:00
{
"title" : "Automation" ,
2023-03-16 11:16:08 +00:00
"entity_component" : {
2020-04-20 23:25:35 +00:00
"_" : {
2023-03-16 20:10:20 +00:00
"name" : "[%key:component::automation::title%]" ,
2023-03-16 11:16:08 +00:00
"state" : {
"off" : "[%key:common::state::off%]" ,
"on" : "[%key:common::state::on%]"
2023-03-17 03:02:11 +00:00
} ,
"state_attributes" : {
"current" : {
"name" : "Running automations"
} ,
"id" : {
"name" : "ID"
} ,
"last_triggered" : {
"name" : "Last triggered"
} ,
"max" : {
"name" : "Max running automations"
} ,
"mode" : {
"name" : "Run mode" ,
"state" : {
"parallel" : "Parallel" ,
"queued" : "Queued" ,
"restart" : "Restart" ,
"single" : "Single"
}
}
2023-03-16 11:16:08 +00:00
}
2020-04-20 23:25:35 +00:00
}
2022-08-26 00:56:26 +00:00
} ,
"issues" : {
"service_not_found" : {
"title" : "{name} uses an unknown service" ,
"fix_flow" : {
"step" : {
"confirm" : {
2023-07-11 14:38:18 +00:00
"title" : "[%key:component::automation::issues::service_not_found::title%]" ,
2022-08-26 00:56:26 +00:00
"description" : "The automation \"{name}\" (`{entity_id}`) has an action that calls an unknown service: `{service}`.\n\nThis error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.\n\nTo fix this error, [edit the automation]({edit}) and remove the action that calls this service.\n\nClick on SUBMIT below to confirm you have fixed this automation."
}
}
}
}
2023-07-11 21:17:54 +00:00
} ,
"services" : {
"turn_on" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::turn_on%]" ,
2023-07-11 21:17:54 +00:00
"description" : "Enables an automation."
} ,
"turn_off" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::turn_off%]" ,
2023-07-11 21:17:54 +00:00
"description" : "Disables an automation." ,
"fields" : {
"stop_actions" : {
"name" : "Stop actions" ,
"description" : "Stops currently running actions."
}
}
} ,
"toggle" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::toggle%]" ,
2023-07-11 21:17:54 +00:00
"description" : "Toggles (enable / disable) an automation."
} ,
"trigger" : {
"name" : "Trigger" ,
"description" : "Triggers the actions of an automation." ,
"fields" : {
"skip_condition" : {
"name" : "Skip conditions" ,
"description" : "Defines whether or not the conditions will be skipped."
}
}
} ,
"reload" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::reload%]" ,
2023-07-11 21:17:54 +00:00
"description" : "Reloads the automation configuration."
}
2020-04-20 23:25:35 +00:00
}
}