Denonavr bugfixes (#49984)

This commit is contained in:
Oliver 2021-05-07 05:23:46 +02:00 committed by GitHub
parent fec02c88af
commit 0cf07ee2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 7 deletions

View file

@ -20,7 +20,6 @@ class ConnectDenonAVR:
zone2: bool,
zone3: bool,
async_client_getter: Callable,
entry_state: str | None = None,
):
"""Initialize the class."""
self._async_client_getter = async_client_getter
@ -28,7 +27,6 @@ class ConnectDenonAVR:
self._host = host
self._show_all_inputs = show_all_inputs
self._timeout = timeout
self._entry_state = entry_state
self._zones = {}
if zone2: