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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
326 changed files with 84 additions and 1156 deletions

View file

@ -1,5 +1,4 @@
"""Support for One-Time Password (OTP)."""
import logging
import time
import pyotp
@ -11,8 +10,6 @@ from homeassistant.core import callback
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
DEFAULT_NAME = "OTP Sensor"
TIME_STEP = 30 # Default time step assumed by Google Authenticator