pantherale0 / ha-fuelprices

A generic and extensible integration with pyfuelprices to retrieve local (or remote) fuel price data.
MIT License
19 stars 2 forks source link

2024.1.0b0 - unclosed client session error during setup #4

Closed pantherale0 closed 9 months ago

pantherale0 commented 9 months ago

System Health details

N/A

Checklist

Describe the issue

The error below is seen in home assistant during integration setup in 2024.1.0b0

Probably relates to the geocoders

Reproduction steps

  1. Start up integration

Debug logs

Logger: homeassistant
Source: runner.py:145
First occurred: 5 January 2024 at 23:26:55 (4 occurrences)
Last logged: 5 January 2024 at 23:26:55

Error doing job: Unclosed client session

Diagnostics dump

No response

pantherale0 commented 9 months ago

purely cosmetic and does not create any problems. Data sources use a shared session rather than creating individual ones for DNS cache purposes.