mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 08:50:09 +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.