Skip to content

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] committed Oct 28, 2024
1 parent a524cbe commit 4661fb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/upnp_availability/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The UPnP Availability integration."""

import logging

import voluptuous as vol
Expand Down
1 change: 1 addition & 0 deletions custom_components/upnp_availability/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This platform provides a binary sensor to track the availability
of UPnP devices, based on ssdp:alive and ssdp:byebye notifications.
"""

import asyncio
import logging
from collections import defaultdict
Expand Down
1 change: 1 addition & 0 deletions custom_components/upnp_availability/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Config flow for UPnP Availability."""

import logging

from homeassistant.helpers import config_entry_flow
Expand Down

0 comments on commit 4661fb8

Please sign in to comment.