mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
remove unused imports and logger
This commit is contained in:
@@ -4,9 +4,7 @@ from __future__ import annotations
|
||||
|
||||
from collections import namedtuple
|
||||
from dataclasses import dataclass
|
||||
from datetime import timedelta
|
||||
from enum import StrEnum
|
||||
import logging
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
@@ -27,10 +25,6 @@ from homeassistant.helpers.issue_registry import (
|
||||
|
||||
from .const import DOMAIN, MANUFACTURER, NAME
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15)
|
||||
|
||||
SensorType = namedtuple("SensorType", ["name", "icon", "unit", "path"])
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user