mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Replace "service" with "action" (#134279)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user