Releases: ol-iver/denonavr
Releases · ol-iver/denonavr
0.10.11
- Adding sound mode
MULTI IN + DSUR
- Normalize sound mode responses from receivers (convert to upper case, remove multiple spaces)
- Estimate sound mode in case response from receiver is not mapped yet
0.10.10
- Speed up setup process for some receivers
- Fix httpx tests
0.10.9
- Fix incorrect state when receiver is in STANDBY
- Improve determination of FriendlyName
- Round volume to 0.5 when setting it
- Adding sound modes DOLBY PL2 CINEMA and DTS-HD + DSUR
- Fix unsetting ALL_ZONE_STEREO
- Allow selecting input functions which appear as renamed sources only
0.10.8
- fix missing
friendly_name
on AVR_X
receivers
- fix sound mode not setup correctly on
AVR_X
receivers
- don't stop on all errors in get device info query
0.10.7
- raise timeout exception only when ports 80 and 8080 time out
- catch httpx.RemoteProtoocolError exception
0.10.6
- replace
async_lru
by asyncstdlib
- fix issues with missing mainzone URL in zones
- don't raise AvrProcessingError when tonecontrol update fails
0.10.5
- Use getter function to include custom httpx.AsyncClients instead of instances
- Fix memory alru_cache memory leak on exceptions
0.10.4
- Not using context manager for httpx calls anymore
- Catching httpx.NetworkErrors on update
- Catch more exceptions on SCPD evaluation
0.10.3
- Fix compatibility of AsynClient setter with Home Assistant
0.10.2
- Support custom httpx.AsyncClient
- Improve identification of AVR X 2016 receivers
- Fix play-pause toggle
- Fix soundmode setter in DenonAVR class