From 87f478b20c8b24eed6c1e87de47ba01e3d9746ab Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 18 Jan 2022 13:13:21 -0800 Subject: Fix chromecasts to work with new version of pychromecast; rename some cameras, add debugging log messages. --- smart_home/cameras.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'smart_home/cameras.py') 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', -- cgit v1.3