mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
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:
parent
d0351ea6d9
commit
cdf2e35d8d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user