1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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."
}
}
}