Align documented event attributes with implementation (#1919)

This commit is contained in:
Erik Montnemery 2023-09-15 12:25:24 +02:00 committed by GitHub
parent 64f8ea12b1
commit 377beeca2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.