kovacsbalu / WazeRouteCalculator

Calculate actual route time and distance with Waze api
GNU General Public License v3.0
144 stars 57 forks source link

log_lvl #54

Closed erikwachters closed 4 years ago

erikwachters commented 4 years ago

Hi,

I have the following warning in my home assistant log:

WARNING (SyncWorker_9) [WazeRouteCalculator.WazeRouteCalculator] log_lvl is deprecated please check example.py

kovacsbalu commented 4 years ago

Hi, as I can see you are using from home assitant? Probably your module set log_lvl arg but this is deprecated since 0.10.

Please update/change your HA module.