Breaking changes:
- aiohttp.ClientConnectorError is not raised anymore but ReolinkConnectionError is raised instead.
- check_new_firmware does now return `bool | NewSoftwareVersion | str` instead of only `bool | str`
Additions:
* [Add set_image command for bright, contrast, sat, hue, sharp](https://github.com/starkillerOG/reolink_aio/commit/fda4af27dc26bb946b200c63a93b3622473098c1)
* [Video download support](https://github.com/starkillerOG/reolink_aio/commit/bc49d80b6bb1fc7359bf5967f01a987a2dcd3e60)
* [Add ReolinkConnectionError and ReolinkTimeoutError exceptions](https://github.com/starkillerOG/reolink_aio/commit/1c03aa0de4b85d7d53386ba482d56be6c2362435)
* [Add firmware cheking from the reolink.com server ](https://github.com/starkillerOG/reolink_aio/commit/ef67e2f3d8545ad377abe925a805c36469d7430a)
New Contributors
* zerinrc made their first contribution in https://github.com/starkillerOG/reolink_aio/pull/29
* mnpg made their first contribution in https://github.com/starkillerOG/reolink_aio/pull/32
**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.5.16...0.6.0