diff --git a/custom_components/hilo/manifest.json b/custom_components/hilo/manifest.json index 0a474fc1..6cfd76a9 100644 --- a/custom_components/hilo/manifest.json +++ b/custom_components/hilo/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://github.com/dvd-dev/hilo", "issue_tracker": "https://github.com/dvd-dev/hilo/issues", - "requirements": ["python-hilo>=2021.12.8"], + "requirements": ["python-hilo>=2022.1.1"], "after_dependencies": [ "energy", "integration", @@ -12,5 +12,5 @@ ], "codeowners": ["@dvd-dev"], "iot_class": "cloud_polling", - "version": "2021.12.6" + "version": "2022.1.1" } diff --git a/hacs.json b/hacs.json index 5e3f54d8..bd295885 100644 --- a/hacs.json +++ b/hacs.json @@ -3,5 +3,5 @@ "hacs": "1.6.0", "domains": ["climate", "sensor", "light", "utility_meter"], "country": "CA", - "homeassistant": "2021.12.6" + "homeassistant": "2022.1.1" }