Files
home-assistant-core/homeassistant/components/telegram/__init__.py
T

7 lines
123 B
Python

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