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