Update home assistant version

This commit is contained in:
Andre Basche 2024-01-11 00:24:09 +01:00
parent e01017125e
commit 3aadb840ab

View file

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