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