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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/smart_home/cameras.py b/smart_home/cameras.py
index 51a95e9..2cf2de4 100644
--- a/smart_home/cameras.py
+++ b/smart_home/cameras.py
@@ -13,7 +13,8 @@ class BaseCamera(dev.Device):
camera_mapping = {
'cabin_drivewaycam': 'cabin_driveway',
'outside_backyard_camera': 'backyard',
- 'outside_driveway_camera': 'driveway',
+ 'outside_driveway_camera_wired': 'driveway',
+ 'outside_driveway_camera_wifi': 'driveway',
'outside_doorbell_camera': 'doorbell',
'outside_front_door_camera': 'front_door',
'crawlspace_camera': 'crawlspace',