diff --git a/custom_components/unifigateway/manifest.json b/custom_components/unifigateway/manifest.json index 3d120a1..66e7ad8 100644 --- a/custom_components/unifigateway/manifest.json +++ b/custom_components/unifigateway/manifest.json @@ -2,8 +2,8 @@ "domain": "unifigateway", "name": "UniFi Gateway", "documentation": "https://github.com/custom-components/sensor.unifigateway", - "requirements": ["pyunifi==2.20.1"], - "version": "0.3.2", + "requirements": ["pyunifi==2.21"], + "version": "0.3.3", "dependencies": [], "codeowners": ["@jchasey"] }