mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Migrate button services to support translations (#96309)
This commit is contained in:
parent
b1e4bae3f0
commit
7d6148a295
@ -1,6 +1,4 @@
|
||||
press:
|
||||
name: Press
|
||||
description: Press the button entity.
|
||||
target:
|
||||
entity:
|
||||
domain: button
|
||||
|
@ -21,5 +21,11 @@
|
||||
"update": {
|
||||
"name": "Update"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"press": {
|
||||
"name": "Press",
|
||||
"description": "Press the button entity."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user