Clean up Tuya loggers (#62999)
This commit is contained in:
parent
bd98fc231d
commit
32d1e28dab
4 changed files with 7 additions and 17 deletions
|
@ -2,7 +2,6 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
import logging
|
||||
from typing import Any
|
||||
|
||||
from tuya_iot import TuyaDevice, TuyaDeviceManager
|
||||
|
@ -27,8 +26,6 @@ from . import HomeAssistantTuyaData
|
|||
from .base import EnumTypeData, IntegerTypeData, TuyaEntity
|
||||
from .const import DOMAIN, TUYA_DISCOVERY_NEW, DPCode
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@dataclass
|
||||
class TuyaCoverEntityDescription(CoverEntityDescription):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue