Skip to content

Instantly share code, notes, and snippets.

@AlexxIT
AlexxIT / yandex_station_telegram_automation.yaml
Created August 30, 2020 19:51
Команды через Telegram на разные станции
automation:
- trigger:
platform: event
event_type: yandex_station_response
action:
service: telegram_bot.send_message
data_template:
target: "{{ trigger.event.data.request_id }}"
message: "{{ trigger.event.data.text }}"