fix sw-link

This commit is contained in:
Andrey
2021-01-25 17:23:33 +03:00
parent 6164966d0b
commit c4205c7ddc

View File

@@ -371,7 +371,7 @@ class MegaD:
async for port, pty, m in self.scan_ports(nports):
if pty == "0":
ret['binary_sensor'][port].append({})
elif pty == "1" and m in ['0', '1']:
elif pty == "1" and m in ['0', '1', '3']:
ret['light'][port].append({'dimmer': m == '1'})
elif pty == '3':
try: