From 473047f3dd724c13fd8a6acbea3ace9aec31ed49 Mon Sep 17 00:00:00 2001 From: Jeff Schroeder Date: Wed, 19 Aug 2015 22:11:10 -0500 Subject: [PATCH] Fix a small tyop in the history component --- homeassistant/components/history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')