Cleanup unused loggers (components A-M) (#41600)
This commit is contained in:
parent
9e6df38994
commit
625bbe6238
251 changed files with 16 additions and 891 deletions
|
@ -9,7 +9,6 @@ can't change the hash without causing breakages for HA users.
|
|||
|
||||
This module generates and stores them in a HA storage.
|
||||
"""
|
||||
import logging
|
||||
import random
|
||||
|
||||
from fnvhash import fnv1a_32
|
||||
|
@ -32,8 +31,6 @@ INVALID_AIDS = (0, 1)
|
|||
AID_MIN = 2
|
||||
AID_MAX = 18446744073709551615
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def get_system_unique_id(entity: RegistryEntry):
|
||||
"""Determine the system wide unique_id for an entity."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue