mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Cleanup unused loggers (components A-M) (#41600)
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
"""Support for AlarmDecoder sensors (Shows Panel Display)."""
|
||||
import logging
|
||||
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
|
||||
from .const import SIGNAL_PANEL_MESSAGE
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities
|
||||
|
||||
Reference in New Issue
Block a user