github danieldotnl/ha-multiscrape v9.0.2
v9.0.2 🛠️ Home Assistant 2026.7 compatibility

3 hours ago

👋 A quick note

I run The Smart Home Newsletter — a weekly curated digest for smart home enthusiasts.

Each issue highlights the most relevant and interesting smart home articles, news, and projects from the past week.

Since you're here, you're clearly into home automation — so you might genuinely enjoy the newsletter.

👉 Subscribe at smarthomenewsletter.com


🔧 What's new in v9.0.2

A small maintenance release keeping Multiscrape in lockstep with the latest Home Assistant core.

🏠 Home Assistant 2026.7 compatibility

Home Assistant core 2026.7 removed the private Template._parse_result() method that Multiscrape used when applying a value_template on its own (without a selector). This caused an AttributeError and broke value-template-only sensors on the new core.

Multiscrape now uses the public parse_result=True parameter of async_render_with_possible_json_value() instead — equivalent behavior, and compatible across HA versions. (#588)

⬆️ Dependencies & Tooling

  • Update pytest-homeassistant-custom-component to v0.13.343 — now testing against HA core 2026.7 (#588, #585, #583)
  • Update ruff to v0.15.20 (#589, #586, #584)
  • Update actions/checkout to v7 (#590, #582)
  • Update actions/setup-python to v6.3.0 (#591)

Full Changelog: v9.0.1...v9.0.2

Don't miss a new ha-multiscrape release

NewReleases is sending notifications on new releases.