mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Fixes linter warning in ZHA sensor (#24406)
This commit is contained in:
parent
67e87f9048
commit
95d460c8bd
@ -20,6 +20,7 @@ from .entity import ZhaEntity
|
|||||||
PARALLEL_UPDATES = 5
|
PARALLEL_UPDATES = 5
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
# Formatter functions
|
# Formatter functions
|
||||||
def pass_through_formatter(value):
|
def pass_through_formatter(value):
|
||||||
"""No op update function."""
|
"""No op update function."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user