From 9ee8c90b83f0d8090bf9ddaef306f8c7921322aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:34:29 +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/2023.9.0...2026.4.4) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.4.4 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 9d726e6..b37513d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,4 +12,4 @@ pytest-asyncio==1.3.0 pytest-homeassistant-custom-component==0.13.317 # Home Assistant core (for development/testing) -homeassistant>=2023.9.0 \ No newline at end of file +homeassistant>=2026.4.4 \ No newline at end of file