home-assistant.io
home-assistant.io copied to clipboard
Update telegram_bot.markdown
Proposed change
Add documentation for new functionality introduced in https://github.com/home-assistant/core/pull/127604.
Type of change
- [ ] Spelling, grammar or other readability improvements (
current
branch). - [ ] Adjusted missing or incorrect information in the current documentation (
current
branch). - [ ] Added documentation for a new integration I'm adding to Home Assistant (
next
branch).- [ ] I've opened up a PR to add logos and icons in Brands repository.
- [x] Added documentation for a new feature I'm adding to Home Assistant (
next
branch). - [ ] Removed stale or deprecated documentation.
Additional information
- Link to parent pull request in the codebase: https://github.com/home-assistant/core/pull/127604
-
- Link to parent pull request in the Brands repository:
- This PR fixes or closes issue: fixes #
Checklist
- [x] This PR uses the correct branch, based on one of the following:
- I made a change to the existing documentation and used the
current
branch. - I made a change that is related to an upcoming version of Home Assistant and used the
next
branch.
- I made a change to the existing documentation and used the
- [x] The documentation follows the Home Assistant documentation standards.
Summary by CodeRabbit
-
New Features
- Introduced a new action for the Telegram bot:
telegram_bot.set_message_reaction
, allowing users to set emoji reactions to messages.
- Introduced a new action for the Telegram bot:
-
Documentation
- Updated documentation to include details for the new action and its parameters.
- Minor formatting adjustments and clarifications for improved readability.