Update required version
This commit is contained in:
parent
f007777689
commit
355e2187ad
2 changed files with 1 additions and 25 deletions
24
.github/workflows/python_check.yml
vendored
24
.github/workflows/python_check.yml
vendored
|
@ -14,30 +14,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- home-assistant: "2023.2.0"
|
||||
python-version: "3.10"
|
||||
- home-assistant: "2023.3.0"
|
||||
python-version: "3.10"
|
||||
- home-assistant: "2023.4.0"
|
||||
python-version: "3.10"
|
||||
- home-assistant: "2023.5.0"
|
||||
python-version: "3.10"
|
||||
- home-assistant: "2023.6.0"
|
||||
python-version: "3.10"
|
||||
- home-assistant: "2023.7.0"
|
||||
python-version: "3.10"
|
||||
- home-assistant: "2023.7.0"
|
||||
python-version: "3.11"
|
||||
- home-assistant: "2023.8.0"
|
||||
python-version: "3.11"
|
||||
- home-assistant: "2023.9.0"
|
||||
python-version: "3.11"
|
||||
- home-assistant: "2023.10.0"
|
||||
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"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Haier hOn",
|
||||
"homeassistant": "2023.2.0",
|
||||
"homeassistant": "2024.1.0",
|
||||
"zip_release": true,
|
||||
"filename": "haier_hon.zip"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue