From e0c4c8d7dd54b245977fbdd6ae95e83f42ce85eb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 6 Dec 2015 11:41:43 -0800 Subject: [PATCH] Remove unused constant in HTTP --- homeassistant/components/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/http.py b/homeassistant/components/http.py index f5e337ccf9c..f76e7e16b11 100644 --- a/homeassistant/components/http.py +++ b/homeassistant/components/http.py @@ -36,7 +36,6 @@ CONF_API_PASSWORD = "api_password" CONF_SERVER_HOST = "server_host" CONF_SERVER_PORT = "server_port" CONF_DEVELOPMENT = "development" -CONF_SESSIONS_ENABLED = "sessions_enabled" DATA_API_PASSWORD = 'api_password'