mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Add ha_category
This commit is contained in:
parent
931e17690e
commit
1c3f50a746
@ -8,6 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: telegram.png
|
logo: telegram.png
|
||||||
|
ha_category: Hub
|
||||||
ha_release: 0.42
|
ha_release: 0.42
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -403,4 +404,4 @@ class TelegramBotEventListener(appapi.AppDaemon):
|
|||||||
self.call_service('telegram_bot/answer_callback_query',
|
self.call_service('telegram_bot/answer_callback_query',
|
||||||
message='OK, you said no!',
|
message='OK, you said no!',
|
||||||
callback_query_id=callback_id)
|
callback_query_id=callback_id)
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user