Skip to content

Commit

Permalink
Set minimum Home Assistant version to 2022.11.0 (#2962)
Browse files Browse the repository at this point in the history
Set minimum HA version to 2022.11
  • Loading branch information
ludeeus authored Dec 18, 2022
1 parent a005b7b commit 48b1e9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.10.0
name: With pytest with Home Assistant 2022.11.0
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: With Home Assistant
strategy:
matrix:
channel: [stable, beta, dev, "2022.10.0"]
channel: [stable, beta, dev, "2022.11.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 homeassistant==2022.10.0 -c constraints.txt;
install --upgrade homeassistant==2022.11.0 -c constraints.txt;

homeassistant-update: homeassistant-install ## Alias for 'homeassistant-install'
2 changes: 1 addition & 1 deletion custom_components/hacs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"issue_tracker": "https://github.com/hacs/integration/issues",
"name": "HACS",
"requirements": [
"aiogithubapi>=22.2.4"
"aiogithubapi>=22.10.1"
],
"version": "0.0.0"
}
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.10.0",
"homeassistant": "2022.11.0",
"hacs": "0.19.0",
"filename": "hacs.zip"
}

0 comments on commit 48b1e9a

Please sign in to comment.