This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
80ee583418
core
/
homeassistant
/
components
/
telegram
/
__init__.py
5 lines
74 B
Python
Raw
Normal View
History
Unescape
Escape
Great migration notify (#22406) * Move notify platforms into components * Move notify tests * Fix notify tests * More fixes * Update requirements * Update .coveragerc * Run gen reqs
2019-03-28 03:36:13 +00:00
"""
The telegram component.
"""
Support reloading the telegram notify platform (#39529) * Support reloading the telegram notify platform * services.yaml
2020-09-03 00:08:47 +00:00
DOMAIN
=
"
telegram
"
PLATFORMS
=
[
"
notify
"
]