Skip to content

Commit

Permalink
Add parameter description in start service
Browse files Browse the repository at this point in the history
  • Loading branch information
slashback100 committed Nov 16, 2020
1 parent f83bb5e commit 7bb854d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ async def async_setup(hass, config):

async def async_mysetup(hass, entities, deltaStr, refreshInterval):
"""Set up this component (YAML or UI)."""
#delta = int(deltaStr)
delta = 1/24/4 #15m, for test purpose
delta = int(deltaStr)
interval = int(refreshInterval)
_LOGGER.debug("Config: Entities for presence simulation: %s", entities)
_LOGGER.debug("Config: Cycle of %s days", delta)
Expand Down

0 comments on commit 7bb854d

Please sign in to comment.