|
Fix ibsystem2mqtt: handle None in friendly_names config
Problem: gdy friendly_names było zakomentowane w YAML, config.get()
zwracał None zamiast {}, powodując 'NoneType is not iterable'.
Zmiana: config.get('friendly_names') or {}
Dodano traceback do logowania błędów w głównej pętli.
|
|---|
|
|
| ibsystem/ibsystem2mqtt_v5.py |
|---|