mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fixed missing markers (#2193)
This commit is contained in:
parent
94d297917e
commit
f01a975dfc
@ -65,11 +65,13 @@ telegram_webhooks:
|
|||||||
|
|
||||||
Telegram webhooks raise an event `telegram.command` with a payload.
|
Telegram webhooks raise an event `telegram.command` with a payload.
|
||||||
|
|
||||||
```json{
|
```json
|
||||||
|
{
|
||||||
'command': '/thecommand'
|
'command': '/thecommand'
|
||||||
'args': 'strings after command'
|
'args': 'strings after command'
|
||||||
'user_id': 12345
|
'user_id': 12345
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Automation example that realize simple test to command/notify interaction.
|
Automation example that realize simple test to command/notify interaction.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user