Skip to content
Snippets Groups Projects
Unverified Commit 5183eed0 authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Avoid re-encoding the hassio command URL each request (#109031)

* Avoid reconstructing the hassio command URL each request

The host had to be re-encoded every time which creates an ip_address object

By doing a join we avoid this. It was actually happening twice since
we passed constructed the URL for testing and than passed it as a string
so aiohttp did it as well

* make url the same
parent 030727b0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment