Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed May 15, 2018
1 parent f322164 commit a9316f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions homeassistant/components/konnected.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a9316f4

Please sign in to comment.