mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
7 lines
123 B
Python
7 lines
123 B
Python
"""The telegram component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "telegram"
|
|
PLATFORMS = [Platform.NOTIFY]
|