Tons of fixes - WIP

This commit is contained in:
Paulus Schoutsen 2016-05-14 00:58:36 -07:00
parent 768c98d359
commit 15e329a588
22 changed files with 938 additions and 1604 deletions

View file

@ -186,8 +186,8 @@ def track_utc_time_change(hass, action, year=None, month=None, day=None,
def track_time_change(hass, action, year=None, month=None, day=None,
hour=None, minute=None, second=None):
"""Add a listener that will fire if UTC time matches a pattern."""
track_utc_time_change(hass, action, year, month, day, hour, minute, second,
local=True)
return track_utc_time_change(hass, action, year, month, day, hour, minute,
second, local=True)
def _process_match_param(parameter):