mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
7 lines
142 B
Python
7 lines
142 B
Python
"""Constants for the Prowl Notification service."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "prowl"
|
|
PLATFORMS = [Platform.NOTIFY]
|