mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 21:11:29 +01:00
54d30377d3
Co-authored-by: Norbert Rittel <norbert@rittel.de>
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]
|