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