We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbed66e commit 06a5747Copy full SHA for 06a5747
homeassistant/components/esphome/manager.py
@@ -1073,7 +1073,7 @@ def _async_register_service(
1073
service_name,
1074
{
1075
"description": (
1076
- f"Calls the service {service.name} of the node {device_info.name}"
+ f"Performs the action {service.name} of the node {device_info.name}"
1077
),
1078
"fields": fields,
1079
},
0 commit comments