Home Assistant Unofficial Reference 2024.12.1
broadcast.py
Go to the documentation of this file.
1 """Support for Telegram bot to send messages only."""
2 
3 
4 async def async_setup_platform(hass, bot, config):
5  """Set up the Telegram broadcast platform."""
6  return True
def async_setup_platform(hass, bot, config)
Definition: broadcast.py:4