I wish know how to make some interactions with Telegram bot.
I succed to send message to telegram.
But I want to make something like that :
From telegram, I send some words like “weather”
HomeAssistant received this word “weather”, and callback with clickable buttons like “Home” “Work”.
If I click on Home, HomeAssistant send to telegram home weather, same for work.
service: notify.telegram
data:
title: Home wether
message: Weather today at home is {{states(‘sensor.openweathermap_weather’)}}
for {{states(‘sensor.openweathermap_forecast_temperature’)}}°C
avec un ressenti de {{states(‘sensor.openweathermap_feels_like_temperature’)}}°C.
initial_state: true
mode: single