Add init return type to integrations (#87523)
Add type hints to integrations
This commit is contained in:
parent
ade0d6fcae
commit
bb3e0633a4
78 changed files with 118 additions and 84 deletions
|
@ -71,7 +71,7 @@ class KaiterraSensor(SensorEntity):
|
|||
|
||||
def __init__(
|
||||
self, api, name, device_id, description: KaiterraSensorEntityDescription
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize the sensor."""
|
||||
self._api = api
|
||||
self._device_id = device_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue