diff --git a/custom_components/echonetlite/manifest.json b/custom_components/echonetlite/manifest.json index b2d3ba8..245a21b 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.6", + "pychonet==2.1.7", "aio-udp-server" ], "dependencies": [], "codeowners": [ "@scottyphillips" ], - "version": "3.4.4", + "version": "3.4.5", "iot_class": "local_polling" }