Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Djelibeybi committed Jan 30, 2024
1 parent 75f8a51 commit 904282d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/soma_connect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""SOMA Connect custom component."""

from __future__ import annotations

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

import logging

from aiohttp import ClientError
Expand Down
1 change: 1 addition & 0 deletions custom_components/soma_connect/coordinator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Data update coordinator for SOMA Connect."""

from __future__ import annotations

import asyncio
Expand Down
1 change: 1 addition & 0 deletions custom_components/soma_connect/cover.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Cover entity for SOMA Connect."""

from __future__ import annotations

from datetime import timedelta
Expand Down
1 change: 1 addition & 0 deletions custom_components/soma_connect/entity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Base entity for SOMA Connect."""

from __future__ import annotations

from aiosoma import SomaShade
Expand Down
1 change: 1 addition & 0 deletions custom_components/soma_connect/sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Sensor entities for SOMA Connect."""

from __future__ import annotations

from aiosoma import SomaShade
Expand Down

0 comments on commit 904282d

Please sign in to comment.