6 lines
173 B
Python
6 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
|