summaryrefslogtreecommitdiff
path: root/smart_home/cameras.py
diff options
context:
space:
mode:
Diffstat (limited to 'smart_home/cameras.py')
-rw-r--r--smart_home/cameras.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/smart_home/cameras.py b/smart_home/cameras.py
index 40850a9..8137012 100644
--- a/smart_home/cameras.py
+++ b/smart_home/cameras.py
@@ -15,7 +15,7 @@ class BaseCamera(dev.Device):
'outside_backyard_camera': 'backyard',
'outside_driveway_camera': 'driveway',
'outside_doorbell_camera': 'doorbell',
- 'outside_front_door_camera': 'frontdoor',
+ 'outside_front_door_camera': 'front_door',
}
def __init__(self, name: str, mac: str, keywords: str = "") -> None:
@@ -24,4 +24,4 @@ class BaseCamera(dev.Device):
def get_stream_url(self) -> str:
assert self.camera_name is not None
- return f'http://10.0.0.56:81/mjpg/{self.camera_name}/video.mjpg?h=1024&q=99'
+ return f'http://10.0.0.226:8080/Umtxxf1uKMBniFblqeQ9KRbb6DDzN4/mp4/GKlT2FfiSQ/{self.camera_name}/s.mp4'