From 395bd62a939f8190c71806fa1abf5fba0522f6cd Mon Sep 17 00:00:00 2001 From: Tim van der Kloet <122127801+Programmer-Timmy@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:14:41 +0200 Subject: [PATCH 1/2] Update satisfactory_api_client to version 0.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 306ab56..98669ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ homeassistant==2026.2.3 -satisfactory_api_client==0.2.0 +satisfactory_api_client==0.2.1 pip>=21.3.1 ruff==0.15.4 pytest==9.0.2 From ab31c93b2f8eb335c4f3f54a85e21b2da9e7afc6 Mon Sep 17 00:00:00 2001 From: Tim van der Kloet <122127801+Programmer-Timmy@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:15:18 +0200 Subject: [PATCH 2/2] Update satisfactory-api-client version to 0.2.1 --- custom_components/satisfactory/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/satisfactory/manifest.json b/custom_components/satisfactory/manifest.json index ff9b393..ba2a6b7 100644 --- a/custom_components/satisfactory/manifest.json +++ b/custom_components/satisfactory/manifest.json @@ -15,7 +15,7 @@ ], "quality_scale": "silver", "requirements": [ - "satisfactory-api-client==0.2.0" + "satisfactory-api-client==0.2.1" ], "version": "0.2.0" }