Skip to content

Releases: danieldotnl/ha-multiscrape

🌈v6.7.6: Upgrade lxml (required for HA 2024.1)

02 Jan 15:39
1f4d45a
Compare
Choose a tag to compare

Changes

Parse template results into their own data type

20 Dec 21:25
9b4c2ca
Compare
Choose a tag to compare

Changes

Support for dictionaries and other types in attributes

06 Sep 09:03
Compare
Choose a tag to compare

I am very motivated by coffee!! If you are enjoying this multiscrape custom component, please consider to:
"Buy Me A Coffee"

Changes

  • Attributes set by a value_template are now parsed into their type, e.g. dictionary

📦 Dependencies

Fix icon in binary_sensor

24 Jul 14:09
aa18f8b
Compare
Choose a tag to compare

If you are enjoying this multiscrape custom component, please consider to:
"Buy Me A Coffee"

Changes

Fix multiscrape does not start in 2023.7.1

07 Jul 08:37
871534f
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#212) @dependabot
  • Bump reorder-python-imports from 3.9.0 to 3.10.0 in /.github/workflows (#211) @dependabot
  • Bump pre-commit from 3.3.1 to 3.3.3 in /.github/workflows (#210) @dependabot

Support for scan_interval = 0 and icons after errors

05 May 20:07
Compare
Choose a tag to compare

Changes

  • It is now possible to set scan_interval to 0. This will only update the sensors on startup or when triggered by the trigger service. If it fails on startup it will retry 3 times with 30 seconds in between. Fix #188
  • Fix conversion errors when trying data could not be retrieved and HA was trying to convert the unavailable state to a float or datetime
  • Add more detailed logging on request timeouts
  • Icons are now also set in case of scraping errors. This is especially useful when you have defined a default value in on_error Fix #190

📦 Dependencies

Timestamp sensors

06 Jan 15:05
Compare
Choose a tag to compare

If you are enjoying this multiscrape custom component, please consider to:
"Buy Me A Coffee"

Changes

  • Support for scraping sensors with timestamp device_class - fix #174

📦 Dependencies

  • Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#173) @dependabot
  • Bump pre-commit from 2.20.0 to 2.21.0 in /.github/workflows (#170) @dependabot
  • Bump black from 22.10.0 to 22.12.0 in /.github/workflows (#169) @dependabot

More templates and configurable list separator

08 Dec 08:45
Compare
Choose a tag to compare

If you are enjoying this multiscrape custom component, please consider to:
"Buy Me A Coffee"

🥳 Changes

  • Separator for list_select can now be configured (#165)
  • Support templates for params (#163)

📦 Dependencies

  • Bump flake8 from 5.0.4 to 6.0.0 in /.github/workflows (#166) @dependabot
  • Bump pip from 22.3 to 22.3.1 in /.github/workflows (#164) @dependabot
  • Bump reorder-python-imports from 3.8.5 to 3.9.0 in /.github/workflows (#162) @dependabot
  • Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 (#159) @dependabot
  • Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#158) @dependabot
  • Bump pip from 22.2.2 to 22.3 in /.github/workflows (#157) @dependabot
  • Bump reorder-python-imports from 3.8.4 to 3.8.5 in /.github/workflows (#156) @dependabot

Post form input fields without scraping form

12 Oct 19:20
Compare
Choose a tag to compare

Changes

It is now possible to post a form (authenticate) without scraping that form first. You just omit the select under form_submit and provide the input fields.

📦 Dependencies

  • Bump reorder-python-imports from 3.8.3 to 3.8.4 in /.github/workflows (#155) @dependabot
  • Bump black from 22.8.0 to 22.10.0 in /.github/workflows (#153) @dependabot
  • Bump reorder-python-imports from 3.8.2 to 3.8.3 in /.github/workflows (#152) @dependabot

Filter input fields and use templates in payload

16 Sep 09:11
Compare
Choose a tag to compare

If you are enjoying this multiscrape custom component, please consider to:
"Buy Me A Coffee"

🎉 New features

  • You can now filter from a form the input elements which should not be submitted (#145)
  • Payload field now supports templates (#149)

📦 Dependencies