cgarwood / homeassistant-fullykiosk

Fully Kiosk Browser integration for Home Assistant
Apache License 2.0
153 stars 27 forks source link

Migrate to aiohttp, fix update_interval #23

Closed bjw-s closed 4 years ago

bjw-s commented 4 years ago

So I went on a bit of a quest it seems... I started out trying to fix #7, because I was seeing some annoying exceptions as well. That led me to replacing requests with aiohttp which in turn led to adopting the DataUpdateCoordinator approach. So there are quite some changes going on: