mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 18:05:48 +01:00
7 lines
123 B
Python
7 lines
123 B
Python
"""The telegram component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "telegram"
|
|
PLATFORMS = [Platform.NOTIFY]
|