1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 17:44:45 +01:00

Improve button action naming consistency (#166385)

This commit is contained in:
Franck Nijhof
2026-03-24 21:47:20 +01:00
committed by GitHub
parent bdd3fc7059
commit 5149932ec8
+2 -2
View File
@@ -23,8 +23,8 @@
},
"services": {
"press": {
"description": "Presses a button entity.",
"name": "Press"
"description": "Presses a button.",
"name": "Press button"
}
},
"title": "Button",