mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Update denonavr
to v1.0.0
(#126703)
This commit is contained in:
parent
b48c439bff
commit
1c33561fbf
@ -6,7 +6,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/denonavr",
|
"documentation": "https://www.home-assistant.io/integrations/denonavr",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["denonavr"],
|
"loggers": ["denonavr"],
|
||||||
"requirements": ["denonavr==0.11.6"],
|
"requirements": ["denonavr==1.0.0"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Denon",
|
"manufacturer": "Denon",
|
||||||
|
@ -125,7 +125,6 @@ async def async_setup_entry(
|
|||||||
unique_id = f"{config_entry.unique_id}-{receiver_zone.zone}"
|
unique_id = f"{config_entry.unique_id}-{receiver_zone.zone}"
|
||||||
else:
|
else:
|
||||||
unique_id = f"{config_entry.entry_id}-{receiver_zone.zone}"
|
unique_id = f"{config_entry.entry_id}-{receiver_zone.zone}"
|
||||||
await receiver_zone.async_setup()
|
|
||||||
entities.append(
|
entities.append(
|
||||||
DenonDevice(
|
DenonDevice(
|
||||||
receiver_zone,
|
receiver_zone,
|
||||||
|
@ -93,9 +93,10 @@ class ConnectDenonAVR:
|
|||||||
await receiver.async_setup()
|
await receiver.async_setup()
|
||||||
# Do an initial update if telnet is used.
|
# Do an initial update if telnet is used.
|
||||||
if self._use_telnet:
|
if self._use_telnet:
|
||||||
await receiver.async_update()
|
for zone in receiver.zones.values():
|
||||||
|
await zone.async_update()
|
||||||
if self._update_audyssey:
|
if self._update_audyssey:
|
||||||
await receiver.async_update_audyssey()
|
await zone.async_update_audyssey()
|
||||||
await receiver.async_telnet_connect()
|
await receiver.async_telnet_connect()
|
||||||
|
|
||||||
self._receiver = receiver
|
self._receiver = receiver
|
||||||
|
@ -738,7 +738,7 @@ deluge-client==1.10.2
|
|||||||
demetriek==0.4.0
|
demetriek==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.denonavr
|
# homeassistant.components.denonavr
|
||||||
denonavr==0.11.6
|
denonavr==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.devialet
|
# homeassistant.components.devialet
|
||||||
devialet==1.4.5
|
devialet==1.4.5
|
||||||
|
@ -628,7 +628,7 @@ deluge-client==1.10.2
|
|||||||
demetriek==0.4.0
|
demetriek==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.denonavr
|
# homeassistant.components.denonavr
|
||||||
denonavr==0.11.6
|
denonavr==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.devialet
|
# homeassistant.components.devialet
|
||||||
devialet==1.4.5
|
devialet==1.4.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user