Skip to content

Commit

Permalink
Backward compatibility fix (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Sep 27, 2023
1 parent faa768b commit 98baea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohue/v2/models/feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ class MotionSensingFeature:
Used by `motion` and `camera_motion` resources.
"""

motion_report: MotionReport
motion_report: MotionReport | None = None
motion: bool | None = None # deprecated
motion_valid: bool | None = None # deprecated

Expand Down

0 comments on commit 98baea3

Please sign in to comment.