mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Migrate button services to support translations (#96309)
This commit is contained in:
@@ -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."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user