From dab6d3c9e9854a47e458919cddaf9b65339043a4 Mon Sep 17 00:00:00 2001 From: WillCodeForCats <48533968+WillCodeForCats@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:13:20 -0800 Subject: [PATCH] Min HA 2025.1.0 --- README.md | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec9213b3..c3fce8fe 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ After rebooting Home Assistant, this integration can be configured through the i [WillCodeForCats/solaredge-modbus-multi/wiki](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki) ### Required Versions -* Home Assistant 2024.12.0 or newer +* Home Assistant 2025.1.0 or newer * Python 3.11 or newer * pymodbus 3.6.6 through 3.7.4 diff --git a/hacs.json b/hacs.json index 18270f0f..731a5450 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "SolarEdge Modbus Multi", "content_in_root": false, - "homeassistant": "2024.12.0" + "homeassistant": "2025.1.0" }