Add constructor return type in integrations L-N (#50888)
* Add constructor return type in integrations L-N * Small fix
This commit is contained in:
parent
f3db819548
commit
e06a2a53c4
41 changed files with 44 additions and 44 deletions
|
@ -141,7 +141,7 @@ class NotionEntity(CoordinatorEntity):
|
|||
system_id: str,
|
||||
name: str,
|
||||
device_class: str,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize the entity."""
|
||||
super().__init__(coordinator)
|
||||
self._attrs = {ATTR_ATTRIBUTION: DEFAULT_ATTRIBUTION}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue