From b47a90a9d8dad83d992cea8531a920a393c13e03 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Tue, 6 Apr 2021 05:07:22 +0200 Subject: [PATCH] Add AMD Ryzen processor temperatur capability to systemmonitor (#48705) --- 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 8d0680b72c0..2a5f5a7b22b 100644 --- a/homeassistant/components/systemmonitor/sensor.py +++ b/homeassistant/components/systemmonitor/sensor.py @@ -179,6 +179,7 @@ CPU_SENSOR_PREFIXES = [ "radeon 1", "soc-thermal 1", "soc_thermal 1", + "Tctl", ]