Add constructor return type in integrations A-D (#50903)
This commit is contained in:
parent
b1138b1aab
commit
cf228e3fe5
39 changed files with 54 additions and 46 deletions
|
@ -20,7 +20,7 @@ class ConnectDenonAVR:
|
|||
zone2: bool,
|
||||
zone3: bool,
|
||||
async_client_getter: Callable,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize the class."""
|
||||
self._async_client_getter = async_client_getter
|
||||
self._receiver = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue