mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fix headings in configuration/events (#26741)
This commit is contained in:
parent
157af4f083
commit
965acdaa18
@ -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.
|
||||
|
||||
## `user_added`
|
||||
### `user_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_removed`
|
||||
### `user_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. |
|
||||
|
||||
### Built-in events (default integrations)
|
||||
## Built-in events (default integrations)
|
||||
|
||||
## `automation_reloaded`
|
||||
### `automation_reloaded`
|
||||
|
||||
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.
|
||||
|
||||
## `automation_triggered`
|
||||
### `automation_triggered`
|
||||
|
||||
Integration: [`automation`](/integrations/automation/)
|
||||
|
||||
@ -161,7 +161,7 @@ This event is fired when an automation is triggered.
|
||||
| `name` | The name of the automation. |
|
||||
| `entity_id` | The identifier of the automation. |
|
||||
|
||||
## `scene_reloaded`
|
||||
### `scene_reloaded`
|
||||
|
||||
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.
|
||||
|
||||
## `script_started`
|
||||
### `script_started`
|
||||
|
||||
Integration: [`script`](/integrations/script/)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user