mirror of
https://github.com/home-assistant/core.git
synced 2025-12-01 05:28:20 +00:00
Add constructor return type in integrations L-N (#50888)
* Add constructor return type in integrations L-N * Small fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user