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

1"""The Supernotify integration""" 

2 

3from homeassistant.const import Platform 

4 

5DOMAIN = "supernotify" 

6 

7PLATFORMS = [Platform.NOTIFY] 

8TEMPLATE_DIR: str = "/config/templates/supernotify" 

9MEDIA_DIR: str = "supernotify/media"