Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Feb 18, 2024
1 parent 48e70a7 commit 5ada820
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/python_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +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"
python-version: "3.10"
- home-assistant: "2023.4.0"
Expand All @@ -38,6 +34,14 @@ 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"
- home-assistant: "2024.2.0"
python-version: "3.11"
- home-assistant: "2024.2.0"
python-version: "3.12"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions custom_components/speedport/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The Speedport integration."""

import asyncio

from homeassistant.config_entries import ConfigEntry
Expand Down
1 change: 1 addition & 0 deletions custom_components/speedport/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Config flow for Speedport integration."""

from __future__ import annotations

import logging
Expand Down

0 comments on commit 5ada820

Please sign in to comment.