Skip to content

v1.7.0

Compare
Choose a tag to compare
@pdcastro pdcastro released this 15 Mar 14:47
· 2 commits to main since this release

What's Changed

⚠︎ Dropped support for Python 3.10 or older, aligning with Home Assistant 2023.8.0 or later.

  • Fix RuntimeWarning: coroutine 'OctopusIntelligentSystem.start' was never awaited by @pdcastro in #38
    • Fix "__async_get_accounts() takes 1 positional argument but 2 were given"
  • Prevent duplicate Octopus API call on integration load by @pdcastro in #39
  • Config flow: Fix Octopus account validation, improve error handling by @pdcastro in #40
    • Fix RuntimeWarning: coroutine 'try_connection' was never awaited
    • Bump gql dependency from v3.2 to v3.5
  • Development: Add VS Code devcontainer with HASS base image by @pdcastro in #41
  • Replace async_timeout library and simplify platform setup loop by @pdcastro in #42
    • The use of asyncio.timeout() requires Python 3.11 or later.
  • Fix issues #35 #36: Planned dispatch source is None by @pdcastro in #37

New Contributors

Full Changelog: v1.6.3...v1.7.0