diff --git a/hacs.json b/hacs.json index ce654ae..c11a263 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,4 @@ { "name": "Plum ecoMAX boiler controller integration", - "homeassistant": "2024.2.0" + "homeassistant": "2024.3.0" } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3756e82..2ddaef9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -homeassistant>=2024.2.0 +homeassistant>=2024.3.0 pyplumio==0.5.16