mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-12 01:24:29 +05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e02797be8 |
@@ -78,7 +78,7 @@ class MegaView(HomeAssistantView):
|
||||
template.hass = hass
|
||||
ret = template.async_render(data)
|
||||
_LOGGER.debug('response %s', ret)
|
||||
ret = Response(body='', content_type='text/plain', headers={'Server': 's', 'Date': 'n'})
|
||||
Response(body='', content_type='text/plain', headers={'Server': 's', 'Date': 'n'})
|
||||
await hub.request(cmd=ret)
|
||||
return ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user