diff --git a/homeassistant/components/history.py b/homeassistant/components/history.py index 1d2ccc9ab14..01f75eabb5a 100644 --- a/homeassistant/components/history.py +++ b/homeassistant/components/history.py @@ -147,7 +147,7 @@ def _api_history_period(handler, path_match, data): end_time = start_time + one_day - print("Fetchign", start_time, end_time) + print("Fetching", start_time, end_time) entity_id = data.get('filter_entity_id')