diff --git a/homeassistant/components/history/__init__.py b/homeassistant/components/history/__init__.py index 51202884dfea..fe9a6c828252 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, ]