Coverage for custom_components/supernotify/__init__.py: 100%
5 statements
« prev ^ index » next coverage.py v7.10.6, created at 2026-02-06 15:18 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2026-02-06 15:18 +0000
1"""The Supernotify integration"""
3from homeassistant.const import Platform
5DOMAIN = "supernotify"
7PLATFORMS = [Platform.NOTIFY]
8TEMPLATE_DIR: str = "/config/templates/supernotify"
9MEDIA_DIR: str = "supernotify/media"