- BREAKING allow passing in an asyncio loop instead of an aiohttp session
1.3.1
Changed
- Check when to override session cookies
1.3.0
Changed
- Update aiohttp dependency, remove urllib3 dependency - Update test dependencies - BREAKING only support and test against the latest HomeAssistant Docker Python version, which is currently 3.7.6 - Allow to pass in aiohttp session
0.6.1
Changed
- change the way ssl certificate validation is disabled
0.6.0
Changed
- BREAKING - app token will not be stored in a file anymore - BREAKING - DSClient splitted into multiple classes, app token retrieval standalone - updated python versions and dependencies - format source code using black
0.5.0
Changed
- BREAKING - changed device unique_id to be underscore separated instead of dot separated - updated python versions and dependencies