Hi HA community,
I was wondering if somebody uses “Inline Keyboard” with Telegram and Android.
In general, telegram commands are working for me:
service: notify.home_telegram
data:
title: '*Send a message*'
message: Alarm
data:
keyboard:
- /alarmoff
Sending a telegram message “/alarmoff” works too. Commands are received by HA.
But “inline keyboard” is not working:
service: notify.home_telegram
data:
title: '*Send a message*'
message: Alarm
data:
inline_keyboard:
- Alarm off:/alarmoff
The button on my Android mobile seems to work, but no command is received by HA. The loading wheel on the button is shown for several seconds and disappears again.
Any ideas?
Thank you!
Best,
Axel