From 377beeca2a810098ec8e4583be82fdce0c0da3cb Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 15 Sep 2023 12:25:24 +0200 Subject: [PATCH] Align documented event attributes with implementation (#1919) --- docs/core/entity/event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/event.md b/docs/core/entity/event.md index d1d0da76..bc693cfc 100644 --- a/docs/core/entity/event.md +++ b/docs/core/entity/event.md @@ -19,7 +19,7 @@ Properties should always only return information from memory and not do I/O (lik | Name | Type | Default | Description | | ----------- | --------------- | ------------ | ---------------------------------------------------- | -| event_types | list of strings | **Required** | A list of possible event types this entity can fire. | +| event_types | `list[str]` | **Required** | A list of possible event types this entity can fire. | Other properties that are common to all entities such as `device_class`, `icon`, `name` etc are also applicable.