2022.11: A heck of a release!

Do you know how to configure it? I have counter counting liters of water. I created a template sensor

sensor:
  - platform: template
    sensors:
      water_m3:
        unique_id: "d031e12f-77f1-4270-bde0-0f31eff697bc"
        unit_of_measurement: m³
        value_template: "{{ states('sensor.boiler_counter_c1')|float(0) / 1000.0 }}"
        device_class: water

I see it with correct unit but energy dashboard setup doesn’t show it.