mirror of
https://github.com/home-assistant/core.git
synced 2026-08-25 07:36:07 +01:00
5 lines
74 B
Python
5 lines
74 B
Python
"""The telegram component."""
|
|
|
|
DOMAIN = "telegram"
|
|
PLATFORMS = ["notify"]
|