diff --git a/homeassistant/components/zha/sensor.py b/homeassistant/components/zha/sensor.py index fb4b577ff61..15ef922bd98 100644 --- a/homeassistant/components/zha/sensor.py +++ b/homeassistant/components/zha/sensor.py @@ -20,6 +20,7 @@ from .entity import ZhaEntity PARALLEL_UPDATES = 5 _LOGGER = logging.getLogger(__name__) + # Formatter functions def pass_through_formatter(value): """No op update function."""