mirror of
https://github.com/home-assistant/core.git
synced 2026-07-08 23:34:22 +01:00
f26826d949
DSMR 5 was broken because some wrong if.
if dsmr_version in ("5B"):
-> this checks dsmr_version against 5 and B. Not if its 5B.