Skip to content

Commit

Permalink
Support AMD SoC CPU temperature (home-assistant#78472)
Browse files Browse the repository at this point in the history
This adds support for CPU temperature readings on AMD SoC based systems
like the AMD G-Series GX-222G found in FUJITSU FUTRO S920.
  • Loading branch information
agners authored Sep 14, 2022
1 parent 2ba0f42 commit 650aae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/systemmonitor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def check_required_arg(value: Any) -> Any:
"Tctl",
"cpu0-thermal",
"cpu0_thermal",
"k10temp 1",
]


Expand Down

0 comments on commit 650aae4

Please sign in to comment.