We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f505ead commit 5c21263Copy full SHA for 5c21263
custom_components/plugwise_usb/__init__.py
@@ -13,7 +13,6 @@
13
14
from .const import (
15
CONF_USB_PATH,
16
- DOMAIN,
17
NODES,
18
PLUGWISE_USB_PLATFORMS,
19
STICK,
custom_components/plugwise_usb/entity.py
@@ -1,6 +1,8 @@
1
"""Plugwise USB stick base entity."""
2
from __future__ import annotations
3
4
+from typing import Any
5
+
6
from collections.abc import Callable
7
from dataclasses import dataclass
8
import logging
0 commit comments