1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/switch/strings.json
2025-10-28 10:33:10 +01:00

60 lines
1.8 KiB
JSON

{
"device_automation": {
"action_type": {
"toggle": "[%key:common::device_automation::action_type::toggle%]",
"turn_off": "[%key:common::device_automation::action_type::turn_off%]",
"turn_on": "[%key:common::device_automation::action_type::turn_on%]"
},
"condition_type": {
"is_off": "[%key:common::device_automation::condition_type::is_off%]",
"is_on": "[%key:common::device_automation::condition_type::is_on%]"
},
"extra_fields": {
"for": "[%key:common::device_automation::extra_fields::for%]"
},
"trigger_type": {
"changed_states": "[%key:common::device_automation::trigger_type::changed_states%]",
"turned_off": "[%key:common::device_automation::trigger_type::turned_off%]",
"turned_on": "[%key:common::device_automation::trigger_type::turned_on%]"
}
},
"entity_component": {
"_": {
"name": "[%key:component::switch::title%]",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
},
"outlet": {
"name": "Outlet",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
},
"switch": {
"name": "[%key:component::switch::title%]",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
}
},
"services": {
"toggle": {
"description": "Toggles a switch on/off.",
"name": "[%key:common::action::toggle%]"
},
"turn_off": {
"description": "Turns a switch off.",
"name": "[%key:common::action::turn_off%]"
},
"turn_on": {
"description": "Turns a switch on.",
"name": "[%key:common::action::turn_on%]"
}
},
"title": "Switch"
}