msp1974 / aioWiserHeatAPI

MIT License
3 stars 1 forks source link

Correctly support UTF-8 charset #4

Closed msp1974 closed 11 months ago

msp1974 commented 11 months ago

Try this code in place of current response.content code

await response.json(encoding="utf-8")

msp1974 commented 11 months ago

Added to v1.4.0