diff --git a/homeassistant/components/systemmonitor/sensor.py b/homeassistant/components/systemmonitor/sensor.py index 5c6294107f8..53a5a806214 100644 --- a/homeassistant/components/systemmonitor/sensor.py +++ b/homeassistant/components/systemmonitor/sensor.py @@ -305,6 +305,7 @@ CPU_SENSOR_PREFIXES = [ "soc_thermal 1", "Tctl", "cpu0-thermal", + "cpu0_thermal", ]