1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/script/strings.json
2023-03-16 21:10:20 +01:00

13 lines
232 B
JSON

{
"title": "Script",
"entity_component": {
"_": {
"name": "[%key:component::script::title%]",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
}
}
}