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