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

28 lines
664 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": "Mimics the physical button press on the device.",
"name": "Press"
},
"reload": {
"description": "Reloads helpers from the YAML-configuration.",
"name": "[%key:common::action::reload%]"
}
},
"title": "Input button"
}