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 8b52fce commit 244c450Copy full SHA for 244c450
custom_components/battery_notes/__init__.py
@@ -17,7 +17,6 @@
17
from homeassistant.helpers import entity_registry as er
18
from homeassistant.helpers import issue_registry as ir
19
from homeassistant.helpers.typing import ConfigType
20
-from homeassistant.util import dt as dt_util
21
22
from .config_flow import CONFIG_VERSION
23
from .const import (
custom_components/battery_notes/config_flow.py
@@ -24,7 +24,6 @@
24
from homeassistant.core import callback, split_entity_id
25
from homeassistant.helpers import selector
26
from homeassistant.helpers.typing import DiscoveryInfoType
27
28
29
from .common import get_device_model_id
30
0 commit comments