Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
parent
ad6ce5fa83
commit
dde6305549
326 changed files with 84 additions and 1156 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue