mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 21:19:16 +00:00
7 lines
115 B
Python
7 lines
115 B
Python
"""The smtp component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "smtp"
|
|
PLATFORMS = [Platform.NOTIFY]
|