diff --git a/custom_components/echonetlite/manifest.json b/custom_components/echonetlite/manifest.json index afd346a..236b081 100644 --- a/custom_components/echonetlite/manifest.json +++ b/custom_components/echonetlite/manifest.json @@ -5,13 +5,13 @@ "config_flow": true, "documentation": "https://www.github.com/scottyphillips/echonetlite_homeassistant", "requirements": [ - "pychonet==2.1.0", + "pychonet==2.1.1", "aio-udp-server" ], "dependencies": [], "codeowners": [ "@scottyphillips" ], - "version": "3.2.1", + "version": "3.3.0", "iot_class": "local_polling" }