From 370dae337dd857e1565821de943926f8fe51bcc1 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 19 Dec 2018 21:40:27 +0000 Subject: [PATCH] Catchup (#7905) Apparently this was missed with the 0.84 updates https://github.com/home-assistant/home-assistant/pull/18720 --- source/_docs/configuration/events.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index 86494fc7b28..187e757e0f1 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -70,6 +70,9 @@ Field | Description ----- | ----------- `service_call_id` | String with the unique call id of the service call that was executed. Example: `23123-4`. +

+ Starting with 0.84, it is no longer possible to listen for event `service_executed`. +

### {% linkable_title Event `platform_discovered` %} Event `platform_discovered` is fired when a new platform has been discovered by the [`discovery`](/components/discovery/) component.