6 lines
115 B
Python
6 lines
115 B
Python
"""The smtp component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "smtp"
|
|
PLATFORMS = [Platform.NOTIFY]
|