core/homeassistant/components/smtp/__init__.py

5 lines
66 B
Python

"""The smtp component."""
DOMAIN = "smtp"
PLATFORMS = ["notify"]