finally got around to fixing the CPU temp sensor and came across this, thank you, I’m running ver after 2023.8 so had lost my sensor…
just something for anyone else that comes across this post, the solution shown by @mgraeuler may need a minor change depending on your setup and NUC for the command.
if I use /sys/class/thermal/thermal_zone0/temp I get a constant -263.2°C, which would be quite an achievement…
to find your thermal_zoneX relevant file connect to your HA command line and
cat /sys/class/thermal/thermal_zone0/temp
acpitz
cat /sys/class/thermal/thermal_zone1/temp
x86_pkg_temp
etc
and find the one that returns x86_pkg_temp - that is then your CPU temp thermal_zone file (mine is thermal_zone1)