diff --git a/source/_components/telegram_webhooks.markdown b/source/_components/telegram_webhooks.markdown index bad857af22b..da3059035c9 100644 --- a/source/_components/telegram_webhooks.markdown +++ b/source/_components/telegram_webhooks.markdown @@ -63,7 +63,7 @@ telegram_webhooks: ### {% linkable_title Configuration samples %} -Telegram webhooks raise an event `telegram.command` with a payload. +Telegram webhooks raise an event `telegram_command` with a payload. ```json { @@ -80,7 +80,7 @@ alias: 'telegram bot that reply pong to ping' hide_entity: true trigger: platform: event - event_type: telegram.command + event_type: telegram_command event_data: command: '/ping' action: @@ -94,7 +94,7 @@ Example that show keyboard interaction with `notify.telegram` ```yaml trigger: platform: event - event_type: telegram.command + event_type: telegram_command event_data: command: '/start' action: @@ -112,7 +112,7 @@ and an automation to trigger a related command "/siren". ```yaml trigger: platform: event - event_type: telegram.command + event_type: telegram_command event_data: command: '/siren' action: