1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 05:46:00 +00:00
Files
core/homeassistant/components/smtp/__init__.py
2021-12-28 21:24:27 +01:00

7 lines
115 B
Python

"""The smtp component."""
from homeassistant.const import Platform
DOMAIN = "smtp"
PLATFORMS = [Platform.NOTIFY]