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
homeassistant.components.telegram_bot.broadcast.async_setup_platform
def async_setup_platform(hass, bot, config)
Definition:
broadcast.py:4
core
homeassistant
components
telegram_bot
broadcast.py
Generated by
1.9.1