Add missing input_button service translation (#100387)

This commit is contained in:
steffenrapp 2023-09-26 13:58:58 +02:00 committed by GitHub
parent 4ffac3e7ed
commit 2165f0a538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,5 @@ press:
target:
entity:
domain: input_button
reload:

View File

@ -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."
}
}
}