Releases: robmarkcole/HASS-data-detective
Releases · robmarkcole/HASS-data-detective
3.1
What's Changed
- Removed error ignore, as per deprecation notice (#158) @Zapfmeister
Updates to account for new database layout
What's Changed
Under the hood updates and improvement of testing. For more info see #154
Add get_attributes parameter to JOIN the attributes table to requests
Fix issue with missing domain column
Addresses #143
Add fetch_all_data_of method and bump pandas
Under the hood fixes
Merge pull request #120 from basnijholt/test-fix fix included yaml in folder test
Various under the hood improvements
Merge pull request #119 from basnijholt/wrong-secrets-path add failing test where secrets.yaml is not found and fix it
Fix setup.py
Changes to ensure the package can be installed via pypi
Significant clean up
What's Changed
The package has been significantly simplified. It no longer does everything for you, but provides the minimum functionality to get started and provides examples of how to do the important tasks of generating features and formatting data. Additionally instructions are provided on running the package in docker locally.