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: