You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int(notampm), # 1 means 24 hour format / 0 12 hour format
40
+
int(notampm), # 1 means 24 hour format / 0 12 hour format
41
41
0x5A,
42
42
)
43
43
44
-
45
44
asyncdefset_datetime(self, dt: datetime):
46
45
# taken from https://github.com/fuatakgun/generic_bt/blob/main/custom_components/generic_bt/binary_sensor.py
47
46
# copy over https://github.com/fuatakgun/generic_bt/blob/2349b00f9202e891cd247f13b63954065f07a2d0/custom_components/generic_bt/generic_bt_api/device.py#L47
0 commit comments