mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00
7 lines
173 B
Python
7 lines
173 B
Python
"""Support for Telegram bot to send messages only."""
|
|
|
|
|
|
async def async_setup_platform(hass, bot, config):
|
|
"""Set up the Telegram broadcast platform."""
|
|
return True
|