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

7 lines
123 B
Python

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