zvldz / ha_telegram_mod

TELEGRAM_MOD modified component for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modified telegram component for Home Assistant

Installation

Manual mode

Place the telegram_mod folder into your custom_components folder.

Adding custom repository to HACS

Go to the Integrations page in HACS and select the three dots in the top right corner. Select Custom repositories. Add repository url. Category - Integration. Read more on https://hacs.xyz/docs/faq/custom_repositories.

Changes compared to the original component

  • Added message_tag.
  • Added disable_notification
  • Added parse_mode

Example

# Example configuration.yaml entry
- service: notify.telegram
  data:
    message: "message"
    title: "title"
    data:
      message_tag: "message_tag"
      disable_notification: True
      parse_mode: html

About

TELEGRAM_MOD modified component for Home Assistant

License:Other


Languages

Language:Python 100.0%