Controlling a CPU/case fan with GPIO PWM based on CPU temperature

I’m running the latest version of HA on a RPi4 with many integrations but my understanding of Python is virtually zero . The Pi4 now lives in a clever “52pi brick case” which includes a PWM cpu fan(3rd wire connected to GPIO 14) plus an internal usb internal ssd adaptor card. It all works well using a similar setup to above ( cpu temperature from System Monitor and fan speed control via pigpio add-on. ) A blue-print allows for setting up fan automations 🌡 Temperature Control Fan + Ceiling Fan Mode.
I do like the dashboard presentation above though but can’t see a way of getting this on my installation as the only entity is “fan.rpi_cooling_fan” , As it currently stands everything is working perfectly with the little (nearly silent) fan modulating to keep the CPU temperature in the desired range so it’s only really cosmetic improvements I’m looking for. (The fan switch needs to be licked on and then changes to a slider with % selection)