1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/homeassistant/components/input_button/strings.json
2026-03-24 20:26:41 +01:00

28 lines
644 B
JSON

{
"entity_component": {
"_": {
"name": "[%key:component::input_button::title%]",
"state_attributes": {
"editable": {
"name": "[%key:common::generic::ui_managed%]",
"state": {
"false": "[%key:common::state::no%]",
"true": "[%key:common::state::yes%]"
}
}
}
}
},
"services": {
"press": {
"description": "Presses an input button.",
"name": "Press input button"
},
"reload": {
"description": "Reloads helpers from the YAML-configuration.",
"name": "Reload input buttons"
}
},
"title": "Input button"
}