mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Replace "service" with "action" (#134279)
This commit is contained in:
parent
a0fb6df5ba
commit
7a3d9a9345
@ -80,8 +80,8 @@
|
|||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"test_service_1": {
|
"test_service_1": {
|
||||||
"name": "Test service 1",
|
"name": "Test action 1",
|
||||||
"description": "Fake service for testing",
|
"description": "Fake action for testing",
|
||||||
"fields": {
|
"fields": {
|
||||||
"field_1": {
|
"field_1": {
|
||||||
"name": "Field 1",
|
"name": "Field 1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user