Fix headings in configuration/events (#26741)

This commit is contained in:
Nico Weichbrodt 2023-03-27 10:36:42 +02:00 committed by GitHub
parent 157af4f083
commit 965acdaa18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ This event is fired when a state has changed. It contains the entity identifier
This event is fired after a theme has been set or reloaded. It contains no additional data. This event is fired after a theme has been set or reloaded. It contains no additional data.
## `user_added` ### `user_added`
This event is fired when a user has been added. This event is fired when a user has been added.
@ -132,7 +132,7 @@ This event is fired when a user has been added.
| --------- | ------------------------------- | | --------- | ------------------------------- |
| `user_id` | Identification of the new user. | | `user_id` | Identification of the new user. |
## `user_removed` ### `user_removed`
This event is fired when a user has been removed. This event is fired when a user has been removed.
@ -140,9 +140,9 @@ This event is fired when a user has been removed.
| --------- | ----------------------------------- | | --------- | ----------------------------------- |
| `user_id` | Identification of the removed user. | | `user_id` | Identification of the removed user. |
### Built-in events (default integrations) ## Built-in events (default integrations)
## `automation_reloaded` ### `automation_reloaded`
Integration: [`automation`](/integrations/automation/) Integration: [`automation`](/integrations/automation/)
@ -150,7 +150,7 @@ This event is fired when automations have been reloaded and thus might have chan
This event contains no additional data. This event contains no additional data.
## `automation_triggered` ### `automation_triggered`
Integration: [`automation`](/integrations/automation/) Integration: [`automation`](/integrations/automation/)
@ -161,7 +161,7 @@ This event is fired when an automation is triggered.
| `name` | The name of the automation. | | `name` | The name of the automation. |
| `entity_id` | The identifier of the automation. | | `entity_id` | The identifier of the automation. |
## `scene_reloaded` ### `scene_reloaded`
Integration: [`homeassistant`](/integrations/homeassistant/) Integration: [`homeassistant`](/integrations/homeassistant/)
@ -169,7 +169,7 @@ This event is fired when scenes have been reloaded and thus might have changed.
This event contains no additional data. This event contains no additional data.
## `script_started` ### `script_started`
Integration: [`script`](/integrations/script/) Integration: [`script`](/integrations/script/)