In this release a lot of goodies focused helping you to investigate scraping issues. Please also check the update README.
💔 Breaking changes
- The index attribute in selectors is not supported anymore. Please use
nth-child(x)
in your CSS selector instead.
🎉 Changes
- Lots and lots and lots of debug logging has been added
- Response can now be written to files for investigation
- Lots of refactors
- Updated minimum HA release in HACS config
📦 Dependencies
- Upgrade BeautifulSoup to release 4.10.0
- Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 (#80) @dependabot