* Change auto_reconnect behavior during initial connection to allow config flow integration with home assistant * Fix bug with power state on not reported * Fix bug with Mute state not reported * Overall code improvement * Minimum Python 3.6 required (previously 3.4)
1.1.10
Thanks achatham !
1.1.9
* `async` is a reserved word in Python 3.7, so we have to make a minor adjustment to avoid a syntax error. * Also did some housekeeping for the pypi release process and how README is handled.