Skip to content

Commit fc265d6

Browse files
authored
Fix H5179
Fix for govee H5179
1 parent 63a8bff commit fc265d6

File tree

1 file changed

+1
-1
lines changed
  • custom_components/ble_monitor/ble_parser

1 file changed

+1
-1
lines changed

custom_components/ble_monitor/ble_parser/govee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def parse_govee(self, data: str, service_class_uuid16: int, local_name: str, mac
149149
data.hex()
150150
)
151151
elif msg_length == 13 and (
152-
service_class_uuid16 == 0x5178
152+
service_class_uuid16 == 0x5179
153153
or device_id == 0x8801
154154
):
155155
device_type = "H5179"

0 commit comments

Comments
 (0)