Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 8, 2018
1 parent 5524953 commit 6d92e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/hassbian_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

_LOGGER = logging.getLogger(__name__)


def setup(hass, config):
"""Setup the component."""
"""Component the setup."""
import pyhassbian

def install_suite_service(call):
Expand Down Expand Up @@ -51,7 +52,6 @@ def upgrade_os_service(call):
pyhassbian.os_upgrade()
_LOGGER.info('Upgrade of the base OS are done.')


if pyhassbian.is_installed():
_LOGGER.info('hassbian-config found, registering services.')
hass.services.register(DOMAIN, 'install_suite', install_suite_service)
Expand Down

0 comments on commit 6d92e7c

Please sign in to comment.