mirror of
https://github.com/home-assistant/core.git
synced 2026-05-24 01:10:24 +01:00
93555fed75
* Support reloading the telegram notify platform * services.yaml
5 lines
74 B
Python
5 lines
74 B
Python
"""The telegram component."""
|
|
|
|
DOMAIN = "telegram"
|
|
PLATFORMS = ["notify"]
|