mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Add missing input_button service translation (#100387)
This commit is contained in:
parent
4ffac3e7ed
commit
2165f0a538
@ -2,3 +2,5 @@ press:
|
|||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
domain: input_button
|
domain: input_button
|
||||||
|
|
||||||
|
reload:
|
||||||
|
@ -18,6 +18,10 @@
|
|||||||
"press": {
|
"press": {
|
||||||
"name": "Press",
|
"name": "Press",
|
||||||
"description": "Mimics the physical button press on the device."
|
"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