Coverage for src / updates2mqtt / __main__.py: 0%

3 statements  

« prev     ^ index     » next       coverage.py v7.14.0, created at 2026-06-02 10:03 +0000

1"""Detect component version change availability and broadcast on MQTT topic, suitable for HomeAssistant autodetect""" 

2 

3if __name__ == "__main__": 

4 from updates2mqtt.app import run 

5 

6 run()