From cc7557103e41331854625c0fa7e249299f7d7106 Mon Sep 17 00:00:00 2001 From: David Vallee Delisle Date: Sat, 1 Jan 2022 12:33:46 -0500 Subject: [PATCH] Bumping up versions --- custom_components/hilo/manifest.json | 4 ++-- hacs.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }