Coverage for custom_components / supernotify / __init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-06-11 22: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"