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

3 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-20 02:29 +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()