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