flake8 fix
This commit is contained in:
parent
1a00d4a095
commit
47af247d6a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def trigger(hass, config, action):
|
|||
return False
|
||||
hours, minutes, seconds = after.hour, after.minute, after.second
|
||||
elif CONF_HOURS in config or CONF_MINUTES in config \
|
||||
or CONF_SECONDS in config:
|
||||
or CONF_SECONDS in config:
|
||||
hours = convert(config.get(CONF_HOURS), int)
|
||||
minutes = convert(config.get(CONF_MINUTES), int)
|
||||
seconds = convert(config.get(CONF_SECONDS), int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue