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