mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fixes Telegram webhooks (#17554)
This commit is contained in:
parent
60080a529d
commit
0f877711a0
@ -120,4 +120,4 @@ class BotPushReceiver(HomeAssistantView, BaseTelegramBotEntity):
|
||||
|
||||
if not self.process_message(data):
|
||||
return self.json_message('Invalid message', HTTP_BAD_REQUEST)
|
||||
return self.json({})
|
||||
return None
|
||||
|
Loading…
x
Reference in New Issue
Block a user