Skip to content

Commit

Permalink
Fix chuangmi_ir supported models for h102a03 (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Jul 25, 2022
1 parent 41d8fdc commit e955ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/chuangmi_ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ChuangmiIr(Device):
_supported_models = [
"chuangmi.ir.v2",
"chuangmi.remote.v2",
"chuangmi-remote-h102a03", # maybe?
"chuangmi.remote.h102a03",
]

PRONTO_RE = re.compile(r"^([\da-f]{4}\s?){3,}([\da-f]{4})$", re.IGNORECASE)
Expand Down

0 comments on commit e955ac4

Please sign in to comment.