1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 16:12:01 +00:00
Files
core/homeassistant/components/telegram_bot/broadcast.py
2022-04-06 10:44:02 -07:00

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