diff --git a/custom_components/flickerstrip/manifest.json b/custom_components/flickerstrip/manifest.json index 3c53b0a..59ec834 100644 --- a/custom_components/flickerstrip/manifest.json +++ b/custom_components/flickerstrip/manifest.json @@ -16,5 +16,5 @@ "requirements": [ "flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.2.5" ], - "version": "1.0.3" + "version": "1.0.4" } diff --git a/requirements_dev.txt b/requirements_dev.txt index 17d3553..e442f39 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,2 +1,2 @@ homeassistant==2023.1.7 -flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py \ No newline at end of file +flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.3.0 \ No newline at end of file