core/homeassistant/components/automation/strings.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2020-04-20 23:25:35 +00:00
{
"title": "Automation",
"entity_component": {
2020-04-20 23:25:35 +00:00
"_": {
"name": "[%key:component::automation::title%]",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
},
"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"
}
}
}
2020-04-20 23:25:35 +00:00
}
},
"issues": {
"service_not_found": {
"title": "{name} uses an unknown service",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::automation::issues::service_not_found::title%]",
"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."
}
}
}
}
2020-04-20 23:25:35 +00:00
}
}