Skip to content

Commit

Permalink
Fix device_type in b6/device.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oopp1800 committed Dec 1, 2023
1 parent 9a179e1 commit 591ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/midea_ac_lan/midea/devices/b6/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(
super().__init__(
name=name,
device_id=device_id,
device_type=0xB5,
device_type=0xB6,
ip_address=ip_address,
port=port,
token=token,
Expand Down

0 comments on commit 591ac36

Please sign in to comment.