Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Apr 23, 2022
1 parent 2b26581 commit d18bda6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion miio/chuangmi_camera.py
Expand Up @@ -64,7 +64,11 @@ class NASVideoRetentionTime(enum.IntEnum):
CONST_HIGH_SENSITIVITY = [MotionDetectionSensitivity.High] * 32
CONST_LOW_SENSITIVITY = [MotionDetectionSensitivity.Low] * 32

SUPPORTED_MODELS = ["chuangmi.camera.ipc009", "chuangmi.camera.ipc019", "chuangmi.camera.038a2"]
SUPPORTED_MODELS = [
"chuangmi.camera.ipc009",
"chuangmi.camera.ipc019",
"chuangmi.camera.038a2",
]


class CameraStatus(DeviceStatus):
Expand Down

0 comments on commit d18bda6

Please sign in to comment.