mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Align documented event attributes with implementation (#1919)
This commit is contained in:
parent
64f8ea12b1
commit
377beeca2a
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user