Files
core/homeassistant/components/prowl/const.py
T
2025-10-10 09:41:45 +02:00

7 lines
142 B
Python

"""Constants for the Prowl Notification service."""
from homeassistant.const import Platform
DOMAIN = "prowl"
PLATFORMS = [Platform.NOTIFY]