Logbook doesn't load for number entities

I’m using the standard recorder out the box setup.
I’ve noticed that on the frontend, number entities won’t load when inspecting their detailed view, or when filtering in the logbook screen.

I can see that a websocket message subscribe message is sent for the logbook with the number entity id I select, but nothing is ever returned.

I don’t see any errors in the console or the HA log
The issue seems to be with any number entity

Number entity (never loads logbook)

Switch entity (logbook shows), as do other types

Logbook viewer loads fine when not filtering or by entities other than number.
(Working):

(Filtering by number entity):

There are registered issues in GitHub, you can find them and add your observations.

Typical, sorry about that, I did search but I couldn’t find anything, i’ve since found Fix logbook keeps loading by silamon · Pull Request #24351 · home-assistant/frontend · GitHub apparently it should have been fixed in 2025.4, I’m still running 2025.3

There is at least one more open issue there, for input numbers as well:

Yeh so there’s still no log book entries for number entities.
Apparently, according the the PR author, “continious sensors don’t provide logging”
What makes an entity continuous, there doesn’t seem to be much info about that in the docs?