Add constructor return type in integrations L-N (#50888)

* Add constructor return type in integrations L-N

* Small fix
This commit is contained in:
Maciej Bieniek
2021-05-20 14:06:44 +02:00
committed by GitHub
parent f3db819548
commit e06a2a53c4
41 changed files with 44 additions and 44 deletions

View File

@@ -55,7 +55,7 @@ class NotionSensor(NotionEntity, SensorEntity):
name: str,
device_class: str,
unit: str,
):
) -> None:
"""Initialize the entity."""
super().__init__(
coordinator, task_id, sensor_id, bridge_id, system_id, name, device_class