From 881759636b05b3fcb5b3ad3332b7940d0dc695ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 9 Oct 2022 16:56:04 +0200 Subject: [PATCH] Require Home Assistant 2022.10.0 (#2877) --- .github/workflows/pytest.yml | 2 +- Makefile | 2 +- hacs.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3898b889b54..e0df16d04c9 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -43,7 +43,7 @@ jobs: curl -sfSL https://codecov.io/bash | bash - legacy: - name: With pytest with Home Assistant 2022.8.0 + name: With pytest with Home Assistant 2022.10.0 runs-on: ubuntu-latest steps: - name: 📥 Checkout the repository diff --git a/Makefile b/Makefile index 6932d479ce4..c2fec71d6e1 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,6 @@ homeassistant-install-old: ## Install the oldest version of Home Assistant python3 -m pip --disable-pip-version-check install -U "pip>=8.0.3,<20.3"; python3 -m pip --disable-pip-version-check install -U setuptools wheel; python3 -m pip --disable-pip-version-check \ - install --upgrade git+https://github.com/home-assistant/home-assistant.git@2022.8.0; + install --upgrade git+https://github.com/home-assistant/home-assistant.git@2022.10.0; homeassistant-update: homeassistant-install ## Alias for 'homeassistant-install' \ No newline at end of file diff --git a/hacs.json b/hacs.json index 81088d1cc57..e743e43c9c1 100644 --- a/hacs.json +++ b/hacs.json @@ -2,7 +2,7 @@ "name": "HACS", "zip_release": true, "hide_default_branch": true, - "homeassistant": "2022.8.0", + "homeassistant": "2022.10.0", "hacs": "0.19.0", "filename": "hacs.zip" } \ No newline at end of file