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
|
@ -52,7 +52,7 @@ SCAN_INTERVAL = 60
|
|||
class NetatmoDataHandler:
|
||||
"""Manages the Netatmo data handling."""
|
||||
|
||||
def __init__(self, hass: HomeAssistant, entry: ConfigEntry):
|
||||
def __init__(self, hass: HomeAssistant, entry: ConfigEntry) -> None:
|
||||
"""Initialize self."""
|
||||
self.hass = hass
|
||||
self._auth = hass.data[DOMAIN][entry.entry_id][AUTH]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue