How to enable voice for min_max average temperature

I have an average temperature sensor defined:

- platform: min_max
  name: Average temperature
  type: mean
  round_digits: 4
  entity_ids:
    - sensor.inside_porch_kitchen_sensor_temperature
    - sensor.master_door_temperature_temperature
    - sensor.outside_porch_cyndi_s_sensor_temperature
    - sensor.side_yard_temperature_temperature

What do I need to do to enable voice for this sensor? I would like to ask HA what is the average temperature and get a response.

Thanks for your help.

Go to the Voice Assistant settings, click on the “Expose” tab, Click the “+ Expose Entities” button, find your sensor in the list and check its box.

Thank you - greatly appreciated!