mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Tons of fixes - WIP
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user