Files
core/homeassistant/components/input_button/strings.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
664 B
JSON
Raw Normal View History

2023-03-27 22:19:25 +02:00
{
"entity_component": {
"_": {
"name": "[%key:component::input_button::title%]",
"state_attributes": {
"editable": {
"name": "[%key:common::generic::ui_managed%]",
"state": {
2025-10-28 10:33:10 +01:00
"false": "[%key:common::state::no%]",
"true": "[%key:common::state::yes%]"
2023-03-27 22:19:25 +02:00
}
}
}
}
},
"services": {
"press": {
2025-10-28 10:33:10 +01:00
"description": "Mimics the physical button press on the device.",
"name": "Press"
},
"reload": {
2025-10-28 10:33:10 +01:00
"description": "Reloads helpers from the YAML-configuration.",
"name": "[%key:common::action::reload%]"
}
2025-10-28 10:33:10 +01:00
},
"title": "Input button"
2023-03-27 22:19:25 +02:00
}