Update homematic

Add missing LOW_BAT to list
This commit is contained in:
hotroot 2022-01-12 05:58:47 +01:00 committed by GitHub
parent 15da3d82c2
commit 6d9f2981ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def check_homematic(item, params, parsed):
state = max(state, 1)
devices.append(msg[0])
elif item == 'Service Messages':
if msg[1] not in [ 'LOWBAT', 'UNREACH', 'STICKY_UNREACH' ]:
if msg[1] not in [ 'LOWBAT', 'LOW_BAT', 'UNREACH', 'STICKY_UNREACH' ]:
if msg[1] in [ 'CONFIG_PENDING', 'DEVICE_IN_BOOTLOADER', 'UPDATE_PENDING', 'USBH_POWERFAIL' ]:
state = max(state, 1)
else: