core/homeassistant/components/telegram/__init__.py

5 lines
74 B
Python

"""The telegram component."""
DOMAIN = "telegram"
PLATFORMS = ["notify"]