Update home assistant version

This commit is contained in:
Andre Basche 2024-01-11 00:24:09 +01:00
parent e01017125e
commit 3aadb840ab
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- home-assistant: "2023.1.0"
python-version: "3.10"
- home-assistant: "2023.2.0"
python-version: "3.10"
- home-assistant: "2023.3.0"
@ -38,6 +36,10 @@ jobs:
python-version: "3.11"
- home-assistant: "2023.11.0"
python-version: "3.11"
- home-assistant: "2023.12.0"
python-version: "3.11"
- home-assistant: "2024.1.0"
python-version: "3.11"
steps:
- uses: actions/checkout@v3