👋 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-componentto v0.13.343 — now testing against HA core 2026.7 (#588, #585, #583) - Update
ruffto v0.15.20 (#589, #586, #584) - Update
actions/checkoutto v7 (#590, #582) - Update
actions/setup-pythonto v6.3.0 (#591)
Full Changelog: v9.0.1...v9.0.2