Skip to content

Commit

Permalink
Require Home Assistant 2022.10.0 (#2877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Oct 9, 2022
1 parent d96da97 commit 8817596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 8817596

Please sign in to comment.