From ad34a71b422aee0c55d3baab34537c6a157264c6 Mon Sep 17 00:00:00 2001 From: theneweinstein <34983911+theneweinstein@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:13:20 +0100 Subject: [PATCH] Update manifest.json --- custom_components/somneo/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/somneo/manifest.json b/custom_components/somneo/manifest.json index 0a7f62b..97323f1 100644 --- a/custom_components/somneo/manifest.json +++ b/custom_components/somneo/manifest.json @@ -15,7 +15,7 @@ "somneo" ], "requirements": [ - "pysomneo==4.0.0" + "pysomneo==4.0.1" ], "ssdp": [ { @@ -24,4 +24,4 @@ } ], "version": "2024.1.0" -} \ No newline at end of file +}