From 90e21791f6b7538ceedf5a3ee9dfa8449ab21ac6 Mon Sep 17 00:00:00 2001 From: Heath Paddock Date: Tue, 15 Sep 2015 23:39:03 -0500 Subject: [PATCH] Removed obsolete code --- homeassistant/components/camera/foscam.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/components/camera/foscam.py b/homeassistant/components/camera/foscam.py index 28a4f7857f8..e9e4cd4a02b 100644 --- a/homeassistant/components/camera/foscam.py +++ b/homeassistant/components/camera/foscam.py @@ -5,8 +5,6 @@ This component provides basic support for Foscam IP cameras. As part of the basic support the following features will be provided: -MJPEG video streaming --Saving a snapshot --Recording(JPEG frame capture) To use this component, add the following to your config/configuration.yaml: @@ -52,7 +50,6 @@ The port that the camera is running on. The default is 88. """ import logging -from requests.auth import HTTPBasicAuth from homeassistant.helpers import validate_config from homeassistant.components.camera import DOMAIN from homeassistant.components.camera import Camera