mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Add missing input_button service translation (#100387)
This commit is contained in:
parent
4ffac3e7ed
commit
2165f0a538
@ -2,3 +2,5 @@ press:
|
||||
target:
|
||||
entity:
|
||||
domain: input_button
|
||||
|
||||
reload:
|
||||
|
@ -18,6 +18,10 @@
|
||||
"press": {
|
||||
"name": "Press",
|
||||
"description": "Mimics the physical button press on the device."
|
||||
},
|
||||
"reload": {
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads helpers from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user