diff --git a/custom_components/vantage/manifest.json b/custom_components/vantage/manifest.json index 3352e49..b000c1b 100644 --- a/custom_components/vantage/manifest.json +++ b/custom_components/vantage/manifest.json @@ -12,9 +12,9 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/loopj/hass-vantage/issues", "requirements": [ - "aiovantage==0.2.1" + "aiovantage==0.2.2" ], - "version": "0.3.1", + "version": "0.3.2", "zeroconf": [ { "type": "_secure_aci._tcp.local.", diff --git a/requirements.txt b/requirements.txt index f4d5c4c..5101bc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ homeassistant==2023.6.2 colorlog==6.7.0 # Custom component -aiovantage==0.2.1 +aiovantage==0.2.2 # Type stubs voluptuous-stubs==0.1.1