From 650aae49fe4d0cf5e2bf82c2a4ab5dcb74c53ead Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 14 Sep 2022 19:06:29 +0200 Subject: [PATCH] Support AMD SoC CPU temperature (#78472) This adds support for CPU temperature readings on AMD SoC based systems like the AMD G-Series GX-222G found in FUJITSU FUTRO S920. --- homeassistant/components/systemmonitor/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/systemmonitor/sensor.py b/homeassistant/components/systemmonitor/sensor.py index 7a57c06ef58..eb889264151 100644 --- a/homeassistant/components/systemmonitor/sensor.py +++ b/homeassistant/components/systemmonitor/sensor.py @@ -306,6 +306,7 @@ CPU_SENSOR_PREFIXES = [ "Tctl", "cpu0-thermal", "cpu0_thermal", + "k10temp 1", ]