mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 12:07:20 +01: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
|