Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 17:53
· 2942 commits to refs/heads/master since this release

What’s changed

Welcome to version 3.0.0!

This version is a completely new application. Rewritten in Python. The app is now published to PyPi and all code is now contained in this repository.

⚠️ You will have to uninstall the old version and install the new application using the new installation guide. ⚠️

🏡 Anyone using the Home Assistant integration, the integration will break. I am working on an update to the integration to be merged and released ASAP (See #1562 for updates). 🏡

See #1551 for what went into creating this new application.

The full background as to why this was done, was the memory and CPU usage of NodeJS with what was implemented. There are some drawbacks to using Python. For example, some data has now been removed, but I have made sure to keep most of the original features, with a much bigger list of new features to come! See the issue tracker for issues that have spawned from looking at python packages and what is available.

🚨 Breaking changes

✨ New features

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates