From f5826624925f8a23bc54574bd09f8dbfe315cd8e Mon Sep 17 00:00:00 2001 From: WillCodeForCats <48533968+WillCodeForCats@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:10:10 -0800 Subject: [PATCH] Revert "Min HA 2025.1.0" This reverts commit dab6d3c9e9854a47e458919cddaf9b65339043a4. --- README.md | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3fce8fe..ec9213b3 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 2025.1.0 or newer +* Home Assistant 2024.12.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 731a5450..18270f0f 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "SolarEdge Modbus Multi", "content_in_root": false, - "homeassistant": "2025.1.0" + "homeassistant": "2024.12.0" }