- Update media state via telnet interface - Introduce mapping of telnet sources - Add soundmodes DTS NEO:X M, DTS NEO:X C and DOLBY AUDIO-DSUR - Use IRADIO to switch to Internet Radio - Fix an issue with reconnect_task being `None`
0.11.1
- Refactor telnet interface using asyncio `Protocol` - Adding sound modes `DTS NEO:6 M`, `DOLBY PL2 M`, `DTS NEO:6 C`, `DOLBY PL2 C`, `DOLBY PL2 G`, `DOLBY PL2 X MUSIC`, `DOLBY PL2 X MOVIE`, `DOLBY PL2 X GAME` - Do not install global-scope `tests` package
0.11.0
- Support updating receiver status via telnet
0.10.12
- Adding sound mode `DOLBY PL2 GAME` - Revert storing `sound_mode_raw` in upper case - Prefer zone power status when it is available - Avoid unnecassary validations of avr 2016 update method
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