Skip to content

Commit

Permalink
Added OG cams to motion switch unsupported toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
KyGuy2002 authored and SecKatie committed Oct 8, 2024
1 parent 89efe3d commit e12ef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/wyzeapi/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
_LOGGER = logging.getLogger(__name__)
ATTRIBUTION = "Data provided by Wyze"
SCAN_INTERVAL = timedelta(seconds=30)
MOTION_SWITCH_UNSUPPORTED = ["GW_BE1"] # Video doorbell pro
MOTION_SWITCH_UNSUPPORTED = ["GW_BE1", "GW_GC1", "GW_GC2"] # Video doorbell pro, OG, OG 3x Telephoto
POWER_SWITCH_UNSUPPORTED = ["GW_BE1"] # Video doorbell pro (device has no off function)

# noinspection DuplicatedCode
Expand Down

0 comments on commit e12ef51

Please sign in to comment.