WeatherFlow2MQTT for Home Assistant

So I have this working and it is sending the rapid_wind as expected. And I see data coming into MQTT for the other sensors but only the config and attributes seem to come over, I am not getting state from them so no values.

Example wind_bearing
config={
“name”: “WF Wind Bearing”,
“unique_id”: “HB-00048583-wind_bearing”,
“unit_of_measurement”: “˚”,
“icon”: “mdi:compass”,
“state_topic”: “homeassistant/sensor/weatherflow2mqtt/rapid_wind/state”,
“value_template”: “{{ value_json.wind_bearing }}”,
“json_attributes_topic”: “homeassistant/sensor/weatherflow2mqtt/wind_bearing/attributes”,
“device”: {
“identifiers”: [
“WeatherFlow_HB-00048583”
],
“connections”: [
[
“mac”,
“HB-00048583”
]
],
“manufacturer”: “WeatherFlow”,
“name”: “WeatherFlow2MQTT”,
“model”: “WeatherFlow Weather Station V2.0.8”,
“sw_version”: “126”
}
}

attributes={
“attribution”: “Powered by WeatherFlow2MQTT”,
“brand”: “WeatherFlow”
}

But nothing else for wind_bearing