mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Replace "service" with "action" (#134279)
This commit is contained in:
@@ -80,8 +80,8 @@
|
||||
},
|
||||
"services": {
|
||||
"test_service_1": {
|
||||
"name": "Test service 1",
|
||||
"description": "Fake service for testing",
|
||||
"name": "Test action 1",
|
||||
"description": "Fake action for testing",
|
||||
"fields": {
|
||||
"field_1": {
|
||||
"name": "Field 1",
|
||||
|
Reference in New Issue
Block a user