2020-04-20 16:25:35 -07:00
{
2024-07-18 08:34:41 +02:00
"common" : {
"validation_failed_title" : "Script {name} failed to set up"
} ,
2023-03-16 12:16:08 +01:00
"entity_component" : {
2020-04-20 16:25:35 -07:00
"_" : {
2023-03-16 21:10:20 +01:00
"name" : "[%key:component::script::title%]" ,
2023-03-16 12:16:08 +01:00
"state" : {
"off" : "[%key:common::state::off%]" ,
"on" : "[%key:common::state::on%]"
2023-03-27 19:59:57 +02:00
} ,
"state_attributes" : {
"current" : {
"name" : "[%key:component::automation::entity_component::_::state_attributes::current::name%]"
} ,
"last_action" : {
"name" : "Last action"
} ,
"last_triggered" : {
"name" : "[%key:component::automation::entity_component::_::state_attributes::last_triggered::name%]"
} ,
"max" : {
"name" : "Max running scripts"
} ,
"mode" : {
"name" : "[%key:component::automation::entity_component::_::state_attributes::mode::name%]" ,
"state" : {
"parallel" : "[%key:component::automation::entity_component::_::state_attributes::mode::state::parallel%]" ,
"queued" : "[%key:component::automation::entity_component::_::state_attributes::mode::state::queued%]" ,
"restart" : "[%key:component::automation::entity_component::_::state_attributes::mode::state::restart%]" ,
"single" : "[%key:component::automation::entity_component::_::state_attributes::mode::state::single%]"
}
}
2023-03-16 12:16:08 +01:00
}
2020-04-20 16:25:35 -07:00
}
2023-07-12 13:45:38 +02:00
} ,
2024-07-18 08:34:41 +02:00
"issues" : {
"validation_failed_blueprint" : {
2025-10-28 10:33:10 +01:00
"description" : "The blueprinted script \"{name}\" (`{entity_id}`) failed to set up.\n\nError:`{error}`.\n\nTo fix this error, [edit the script]({edit}) to correct it, then save and reload the script configuration." ,
"title" : "[%key:component::script::common::validation_failed_title%]"
2024-07-18 08:34:41 +02:00
} ,
"validation_failed_schema" : {
2025-10-28 10:33:10 +01:00
"description" : "The script \"{name}\" (`{entity_id}`) is not active because the configuration has errors.\n\nError:`{error}`.\n\nTo fix this error, [edit the script]({edit}) to correct it, then save and reload the script configuration." ,
"title" : "[%key:component::script::common::validation_failed_title%]"
2024-07-18 08:34:41 +02:00
} ,
"validation_failed_sequence" : {
2025-10-28 10:33:10 +01:00
"description" : "The script \"{name}\" (`{entity_id}`) is not active because its sequence could not be set up.\n\nError:`{error}`.\n\nTo fix this error, [edit the script]({edit}) to correct it, then save and reload the script configuration." ,
"title" : "[%key:component::script::common::validation_failed_title%]"
2024-07-18 08:34:41 +02:00
}
} ,
2023-07-12 13:45:38 +02:00
"services" : {
"reload" : {
2025-10-28 10:33:10 +01:00
"description" : "Reloads all the available scripts." ,
"name" : "[%key:common::action::reload%]"
2023-07-12 13:45:38 +02:00
} ,
2025-10-28 10:33:10 +01:00
"toggle" : {
"description" : "Starts a script if it isn't running, stops it otherwise." ,
"name" : "[%key:common::action::toggle%]"
2023-07-12 13:45:38 +02:00
} ,
"turn_off" : {
2025-10-28 10:33:10 +01:00
"description" : "Stops a running script." ,
"name" : "[%key:common::action::turn_off%]"
2023-07-12 13:45:38 +02:00
} ,
2025-10-28 10:33:10 +01:00
"turn_on" : {
"description" : "Runs the sequence of actions defined in a script." ,
"name" : "[%key:common::action::turn_on%]"
2023-07-12 13:45:38 +02:00
}
2025-10-28 10:33:10 +01:00
} ,
"title" : "Script"
2020-04-20 16:25:35 -07:00
}