mirror of
https://github.com/home-assistant/core.git
synced 2026-03-01 22:30:12 +00:00
5 lines
66 B
Python
5 lines
66 B
Python
"""The smtp component."""
|
|
|
|
DOMAIN = "smtp"
|
|
PLATFORMS = ["notify"]
|