From 24005816ed33ab094593d7a3ff1f92ed0d04664e Mon Sep 17 00:00:00 2001 From: PromInc Date: Fri, 2 Sep 2022 05:58:44 -0500 Subject: [PATCH] typo correction (#23980) Litchen to Kitchen --- source/_docs/configuration/events.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index 591da5c6b8e..9cbb3ff8cf8 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -87,7 +87,7 @@ If you want to trigger automation on a Home Assistant stop event, we recommend u | Field | Description | | ----------- | --------------------------------------------------- | -| `name` | Name of the entity. Example: `Litchen light`. | +| `name` | Name of the entity. Example: `Kitchen light`. | | `message` | Message. Example: `was turned on` | | `domain` | Optional, domain of the entry. Example: `light` | | `entity_id` | Optional, identifier of the entity that was logged. |