1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00
Files
core/homeassistant/components/prowl/const.py
Marcus Gustavsson 54d30377d3 Add ConfigFlow to Prowl integration (#133771)
Co-authored-by: Norbert Rittel <norbert@rittel.de>
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]