Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x7f457a9ad3b0>

What exactly does this mean: tracking a point in time?

I’m having warnings to and trying to figure it out …

An integration can create a listener that calls a function (callback) at a specific point on time (rather than at a specific interval like ‘every 5 minutes’). The statistics sensor for example does that to track the point in time after the last update of an observed entity is going to expire, and hence the statistics sensor itself will need to update its value.

Has the fix for this been released?

I’m still seeing it on 0.106.6

1 Like

me too, still seeing it in 0.106.6

Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x7f54fb1f4f80>

Likewise here

A first fix (https://github.com/home-assistant/core/pull/31580) was actually released with 0.106. However, a second fix/workaround/mitigation is currently work in progress (https://github.com/home-assistant/core/pull/32155).

2 Likes

Still getting this error in 0.107.7.

Home assistant 0.108 still getting the error

Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0xaa13cf18>
2 Likes
home assistant 0.111.4 still getting the error:

Unable to remove unknown listener <function async_track_point_in_utc_time.<locals>.point_in_time_listener at 0x7ff1cea3d9e0>