From a9316f46ff39e675ba1ab3b8207915dc801c1f11 Mon Sep 17 00:00:00 2001 From: Nate Clark Date: Tue, 15 May 2018 13:08:21 -0400 Subject: [PATCH] remove TODO comment --- homeassistant/components/konnected.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/homeassistant/components/konnected.py b/homeassistant/components/konnected.py index 172e2432223df7..8c5578f10e4700 100644 --- a/homeassistant/components/konnected.py +++ b/homeassistant/components/konnected.py @@ -151,10 +151,7 @@ def config(self): None) def save_data(self): - """Save the device configuration to `hass.data`. - - TODO: This can probably be refactored and tidied up. - """ + """Save the device configuration to `hass.data`.""" sensors = {} for entity in self.config().get(CONF_BINARY_SENSORS) or []: if CONF_ZONE in entity: