From cdf2e35d8d26846501c8544f07e5c211dad37fa6 Mon Sep 17 00:00:00 2001 From: millerkyle72 <67400055+millerkyle72@users.noreply.github.com> Date: Tue, 25 May 2021 05:36:24 -0400 Subject: [PATCH] Remove service_executed from Events documentation (#17916) No longer possible to listen to the service_executed after 0.84 per this thread. https://community.home-assistant.io/t/service-executed-event-replacement/98538 --- source/_docs/configuration/events.markdown | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index 856a7d55d97..d337267f5b6 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -45,14 +45,6 @@ Event `call_service` is fired to call a service. | `service_data` | Dictionary with the service call parameters. Example: `{ 'brightness': 120 }`. | | `service_call_id` | String with a unique call id. Example: `23123-4`. | -## Event `service_executed` - -Event `service_executed` is fired by the service handler to indicate the service is done. - -| Field | Description | -| ----------------- | ----------------------------------------------------------------------------------------- | -| `service_call_id` | String with the unique call id of the service call that was executed. Example: `23123-4`. | - ## Event `automation_reloaded` Event `automation_reloaded` is fired when automations have been reloaded and thus might have changed.