You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.0 KiB
26 lines
1.0 KiB
######################################################################
|
|
# @CCOSTAN - Follow Me on X
|
|
# For more info visit https://www.vcloudinfo.com/click-here
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# -------------------------------------------------------------------
|
|
# Telegram Bot Helpers - Joanna/BearClaw Telegram send wrappers
|
|
# Script wrappers for Telegram messaging using UI-configured integration.
|
|
# -------------------------------------------------------------------
|
|
# Notes: Do not add `telegram_bot:` YAML here; integration is UI-only.
|
|
######################################################################
|
|
|
|
script:
|
|
joanna_send_telegram:
|
|
alias: Joanna Send Telegram
|
|
description: Sends a Telegram message to Carlo's allowed chat id.
|
|
mode: queued
|
|
fields:
|
|
message:
|
|
description: Message body to send.
|
|
example: Joanna is online.
|
|
sequence:
|
|
- service: telegram_bot.send_message
|
|
data:
|
|
target: !secret telegram_allowed_chat_id_carlo
|
|
message: "{{ message }}"
|