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
This commit is contained in:
millerkyle72 2021-05-25 05:36:24 -04:00 committed by GitHub
parent d0351ea6d9
commit cdf2e35d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_data` | Dictionary with the service call parameters. Example: `{ 'brightness': 120 }`. |
| `service_call_id` | String with a unique call id. Example: `23123-4`. | | `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`
Event `automation_reloaded` is fired when automations have been reloaded and thus might have changed. Event `automation_reloaded` is fired when automations have been reloaded and thus might have changed.