diff --git a/custom_components/intex_spa/manifest.json b/custom_components/intex_spa/manifest.json index f83efd0..fe85d96 100644 --- a/custom_components/intex_spa/manifest.json +++ b/custom_components/intex_spa/manifest.json @@ -11,7 +11,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/mathieu-mp/homeassistant-intex-spa/issues", "requirements": [ - "intex-spa==0.8.3" + "intex-spa==0.8.4" ], "version": "0.0.0" } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 7fd9cb0..b91f419 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -intex-spa==0.8.3 \ No newline at end of file +intex-spa==0.8.4 \ No newline at end of file