3.15.2
Bug Fix
This release documents the AppDaemon configuration changes required to fix #240.
This requires numpy==1.26.4
to be added to the AppDaemon configuration screen:
python_packages:
- pandas
- numpy==1.26.4
Full Changelog: 3.15.1...3.15.2