From 511b39e97d530d6fa312f6e10be9d9a14abf4f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 09:22:48 +0000 Subject: [PATCH] chore(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/2024.1.0...2026.5.1) --- updated-dependencies: - dependency-name: homeassistant dependency-version: 2026.5.1 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 aadd283..f4ca7f1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,4 +14,4 @@ mypy>=1.7.0 pre-commit>=3.5.0 # Home Assistant dependencies (for development) -homeassistant>=2024.1.0 +homeassistant>=2026.5.1