Coverage for src / updates2mqtt / __main__.py: 0%
3 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-03 23:58 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-03 23:58 +0000
1"""Detect component version change availability and broadcast on MQTT topic, suitable for HomeAssistant autodetect"""
3if __name__ == "__main__":
4 from updates2mqtt.app import run
6 run()