Skip to content

Commit 06a5747

Browse files
bharvey88frenck
authored andcommitted
Rename service to action in ESPHome (home-assistant#152997)
1 parent fbed66e commit 06a5747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/esphome/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ def _async_register_service(
10731073
service_name,
10741074
{
10751075
"description": (
1076-
f"Calls the service {service.name} of the node {device_info.name}"
1076+
f"Performs the action {service.name} of the node {device_info.name}"
10771077
),
10781078
"fields": fields,
10791079
},

0 commit comments

Comments
 (0)