From e5c051dc893d975efe2ace62ed949ef82a6dd3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:24:25 +0000 Subject: [PATCH] deps(deps-dev): update homeassistant requirement Updates the requirements on [homeassistant](https://github.com/home-assistant/core) to permit the latest version. - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2026.4.4...2026.7.2) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.7.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 221263d..255ab57 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,4 +12,4 @@ pytest-asyncio==1.3.0 pytest-homeassistant-custom-component==0.13.325 # Home Assistant core (for development/testing) -homeassistant>=2026.4.4 \ No newline at end of file +homeassistant>=2026.7.2 \ No newline at end of file