mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Clean up unused ipp logger (#55039)
This commit is contained in:
parent
5f5c8ade41
commit
87d52cd2d1
@ -1,8 +1,6 @@
|
|||||||
"""The Internet Printing Protocol (IPP) integration."""
|
"""The Internet Printing Protocol (IPP) integration."""
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import logging
|
|
||||||
|
|
||||||
from homeassistant.components.sensor import DOMAIN as SENSOR_DOMAIN
|
from homeassistant.components.sensor import DOMAIN as SENSOR_DOMAIN
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.const import CONF_HOST, CONF_PORT, CONF_SSL, CONF_VERIFY_SSL
|
from homeassistant.const import CONF_HOST, CONF_PORT, CONF_SSL, CONF_VERIFY_SSL
|
||||||
@ -13,8 +11,6 @@ from .coordinator import IPPDataUpdateCoordinator
|
|||||||
|
|
||||||
PLATFORMS = [SENSOR_DOMAIN]
|
PLATFORMS = [SENSOR_DOMAIN]
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||||
"""Set up IPP from a config entry."""
|
"""Set up IPP from a config entry."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user