From 965acdaa18e32f4b666f55ae0ebefff9ebe0b94c Mon Sep 17 00:00:00 2001 From: Nico Weichbrodt Date: Mon, 27 Mar 2023 10:36:42 +0200 Subject: [PATCH] Fix headings in configuration/events (#26741) --- source/_docs/configuration/events.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index 9cbb3ff8cf8..f9a78e2dbf8 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -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/)