Migrate button services to support translations (#96309)

This commit is contained in:
Franck Nijhof
2023-07-11 23:20:07 +02:00
committed by GitHub
parent b1e4bae3f0
commit 7d6148a295
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,4 @@
press:
name: Press
description: Press the button entity.
target:
entity:
domain: button

View File

@@ -21,5 +21,11 @@
"update": {
"name": "Update"
}
},
"services": {
"press": {
"name": "Press",
"description": "Press the button entity."
}
}
}