mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
7 lines
123 B
Python
7 lines
123 B
Python
"""The telegram component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "telegram"
|
|
PLATFORMS = [Platform.NOTIFY]
|