From 8d749dd3ad4faab7691de727975f1e6553325a0b Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sun, 2 Nov 2025 14:09:10 +0000 Subject: [PATCH] bump version --- hacs.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hacs.json b/hacs.json index 33830aa..b1a9711 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Tibber Price Information & Ratings", - "homeassistant": "2025.5.0", + "homeassistant": "2025.10.0", "hacs": "2.0.1", "render_readme": true } diff --git a/requirements.txt b/requirements.txt index 8c34682..ca82c3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ colorlog>=6.9.0,<7.0.0 -homeassistant>=2025.5.0,<2025.6.0 +homeassistant>=2025.10.0,<2025.11.0 pytest-homeassistant-custom-component>=0.13.0,<0.14.0 pip>=21.3.1 ruff>=0.11.6,<0.15.0