summaryrefslogtreecommitdiff
path: root/smart_home/cameras.py
diff options
context:
space:
mode:
authorScott <[email protected]>2022-01-18 13:13:21 -0800
committerScott <[email protected]>2022-01-18 13:13:21 -0800
commit87f478b20c8b24eed6c1e87de47ba01e3d9746ab (patch)
treeaf36a122a47c06fabce5a5232b6733d2d840d03c /smart_home/cameras.py
parent559c60c169223c7c6833e9beedf978a8ffdd3926 (diff)
Fix chromecasts to work with new version of pychromecast; rename
some cameras, add debugging log messages.
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',