1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Cleanup unused loggers (components N-Z + tests) (#41982)

This commit is contained in:
Philip Allgaier
2020-10-17 04:24:08 +02:00
committed by GitHub
parent ad6ce5fa83
commit dde6305549
326 changed files with 84 additions and 1156 deletions

View File

@@ -1,6 +1,4 @@
"""The tests for the Template fan platform."""
import logging
import pytest
import voluptuous as vol
@@ -20,9 +18,6 @@ from homeassistant.const import STATE_OFF, STATE_ON, STATE_UNAVAILABLE
from tests.common import assert_setup_component, async_mock_service
from tests.components.fan import common
_LOGGER = logging.getLogger(__name__)
_TEST_FAN = "fan.test_fan"
# Represent for fan's state
_STATE_INPUT_BOOLEAN = "input_boolean.state"