diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a4035..8cd2326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.8.4 + +- bump pypx800v5 + ## 1.8.3 - bump pypx800v5 diff --git a/custom_components/ipx800v5/manifest.json b/custom_components/ipx800v5/manifest.json index 2ad7572..264f297 100644 --- a/custom_components/ipx800v5/manifest.json +++ b/custom_components/ipx800v5/manifest.json @@ -12,7 +12,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/Aohzan/ipx800v5/issues", "requirements": [ - "pypx800v5==1.3.4" + "pypx800v5==1.4.1" ], - "version": "1.8.3" + "version": "1.8.4" }