diff --git a/config/custom_components/example.py b/config/custom_components/example.py index 26cc4f577a0..5bfb03353e0 100644 --- a/config/custom_components/example.py +++ b/config/custom_components/example.py @@ -47,6 +47,7 @@ CONF_TARGET = 'target' # Name of the service that we expose SERVICE_FLASH = 'flash' +# Shortcut for the logger _LOGGER = logging.getLogger(__name__)