From c8dc71f61e3ff9cdae98a8ef96f925fd6d763ada Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Wed, 15 Jun 2022 17:24:05 +0200 Subject: [PATCH] Bump HA version to 2022.6 (#92) * Update min requirements to 2022.6 * Bugfix --- hacs.json | 2 +- requirements_dev.txt | 2 +- requirements_test.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hacs.json b/hacs.json index 6123c4c..b74ab07 100644 --- a/hacs.json +++ b/hacs.json @@ -4,7 +4,7 @@ "binary_sensor", "sensor" ], - "homeassistant": "2022.3", + "homeassistant": "2022.6", "render_readme": "true", "iot_class": "Cloud Polling" } \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 64c95c3..355bc7a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,2 +1,2 @@ -homeassistant==2022.3.3 +homeassistant==2022.6.6 pre-commit \ No newline at end of file diff --git a/requirements_test.txt b/requirements_test.txt index b66ed17..94630a3 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ -r requirements_dev.txt -pytest==7.0.1 -pytest-homeassistant-custom-component==0.7.2 # 2022.3.3 +pytest==7.1.1 +pytest-homeassistant-custom-component==0.9.16 # 2022.6.6 pytest-timeout==2.1.0 \ No newline at end of file