From 4b2d10a741251546607f137467e5980628de56f2 Mon Sep 17 00:00:00 2001 From: jamespcole Date: Fri, 10 Jul 2015 18:04:17 +1000 Subject: [PATCH] Added constants for camera streaming --- homeassistant/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/const.py b/homeassistant/const.py index a4ea2651d28..1c48cc51774 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -142,3 +142,4 @@ HTTP_HEADER_CACHE_CONTROL = "Cache-Control" HTTP_HEADER_EXPIRES = "Expires" CONTENT_TYPE_JSON = "application/json" +CONTENT_TYPE_MULTIPART = 'multipart/x-mixed-replace; boundary={}'