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