mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Add missing input_button service translation (#100387)
This commit is contained in:
@@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user