2019-03-28 03:36:13 +00:00
|
|
|
"""The telegram component."""
|
2020-09-03 00:08:47 +00:00
|
|
|
|
2021-12-28 20:24:27 +00:00
|
|
|
from homeassistant.const import Platform
|
|
|
|
|
2020-09-03 00:08:47 +00:00
|
|
|
DOMAIN = "telegram"
|
2021-12-28 20:24:27 +00:00
|
|
|
PLATFORMS = [Platform.NOTIFY]
|