Skip to content

Commit

Permalink
feat: adds /Wibeee/receiver path for Local Push on older firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
luuuis committed Jan 26, 2024
1 parent 59e95d2 commit 2bccca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/wibeee/nest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async def handler(req: web.Request) -> web.StreamResponse:

app = aiohttp.web.Application()
app.add_routes([
web.get('/Wibeee/receiver', nest_forward(extract_query_params)),
web.get('/Wibeee/receiverAvg', nest_forward(extract_query_params)),
web.get('/Wibeee/receiverLeap', nest_forward(extract_query_params)),
web.post('/Wibeee/receiverAvgPost', nest_forward(extract_json_body)),
Expand Down

0 comments on commit 2bccca5

Please sign in to comment.