From 047ab10dde13b9c4a5c932134e0ce68b9eede7d5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Jun 2015 22:33:55 +0200 Subject: [PATCH] add comment --- config/custom_components/example.py | 1 + 1 file changed, 1 insertion(+) 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__)