Add more appliances

This commit is contained in:
Andre Basche
2024-03-17 21:20:39 +01:00
parent 73b446eb22
commit ed19cf4b7b
4 changed files with 26 additions and 6 deletions

View File

@@ -16,6 +16,14 @@ jobs:
include:
- home-assistant: "2024.1.0"
python-version: "3.11"
- home-assistant: "2024.2.0"
python-version: "3.11"
- home-assistant: "2024.2.0"
python-version: "3.12"
- home-assistant: "2024.3.0"
python-version: "3.11"
- home-assistant: "2024.3.0"
python-version: "3.12"
steps:
- uses: actions/checkout@v3