Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoDan authored Jun 12, 2020
1 parent 822704d commit 022a0c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom_components/file_restore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from homeassistant.config_entries import SOURCE_IMPORT
from homeassistant.helpers import discovery
from homeassistant.util import Throttle
from integrationhelper.const import CC_STARTUP_VERSION
from .sensor import FileSensor
from .const import (
VERSION,
Expand All @@ -25,9 +24,7 @@
_LOGGER = logging.getLogger(__name__)

async def async_setup(hass, config):
_LOGGER.info(
CC_STARTUP_VERSION.format(name=DOMAIN, version=VERSION, issue_link=ISSUE_URL)
)
_LOGGER.info("Set up of integration %s, version %s, in case of issue open ticket at %s", DOMAIN, VERSION, ISSUE_URL)
return True

async def async_setup_entry(hass, config_entry):
Expand Down

0 comments on commit 022a0c0

Please sign in to comment.