Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 7, 2019
1 parent 76dc317 commit 6aad173
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/hacs/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def __init__(self):
"""Initialize."""
self._state = None
self.logger = Logger("hacs.sensor")
self.has_update = []
self.repositories = []

async def async_update(self):
Expand Down
2 changes: 1 addition & 1 deletion custom_components/hacs/ws_api_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ async def hacs_repository_data(hass, connection, msg):
hass.bus.async_fire("hacs/repository", {})
return

Hacs().logger.info(f"Running {action} for {repository.information.full_name}")
Hacs().logger.debug(f"Running {action} for {repository.information.full_name}")

if action == "set_state":
repository.state = data
Expand Down

0 comments on commit 6aad173

Please sign in to comment.