diff --git a/homeassistant/components/history/__init__.py b/homeassistant/components/history/__init__.py
index 51202884dfea1c934e7ffb565f4322a2bb501744..fe9a6c828252d8b92e19dac021622df54b62bd40 100644
--- a/homeassistant/components/history/__init__.py
+++ b/homeassistant/components/history/__init__.py
@@ -86,7 +86,6 @@ QUERY_STATES = [
     States.attributes,
     States.last_changed,
     States.last_updated,
-    States.created,
 ]