forked from home-assistant/core
5 lines
74 B
Python
5 lines
74 B
Python
"""The telegram component."""
|
|
|
|
DOMAIN = "telegram"
|
|
PLATFORMS = ["notify"]
|