InfluxDB stops receiving data from BOM sensors

I’ve just updated hassio to 0.71.0. One breaking change (https://github.com/home-assistant/home-assistant/issues/14535) is a correction to the BOM sensors (https://www.home-assistant.io/components/sensor.bom/). This correction changed the name of one of the sensors (wind speed was incorrectly described as wind direction).

This required me to update a history_graph that presented wind speed data, which I did. This continued to work (although the historical data from the old name was lost - never mind).

But I also feed my data into an external influxdb instance. Everything in influxdb continues to work, with the exception of the bom sensors (all of them, not just the name changed sensor). The name change has not auto-magically applied, and I can see that measurements for the BOM sensors are no longer appearing.

Other sensors continue to work fine.

I suspect some kind of broken mapping / translation between the BOM sensors and the influxdb component, but I have no idea where to start looking / how to resolve.

Any help graciously accepted!!

Never mind - it came good a couple of hours later - with no input from me. Glad that it did, but it’s not great when these things happen “by magic” - not very confidence inspiring.