Fix cpu_temp issue on Odroid (#19620)
This commit is contained in:
parent
dae4543e54
commit
82d6fe5bd5
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ class GlancesSensor(Entity):
|
|||
elif self.type == 'cpu_temp':
|
||||
for sensor in value['sensors']:
|
||||
if sensor['label'] in ['CPU', "Package id 0",
|
||||
"Physical id 0", "cpu-thermal 1"]:
|
||||
"Physical id 0", "cpu-thermal 1",
|
||||
"exynos-therm 1"]:
|
||||
self._state = sensor['value']
|
||||
elif self.type == 'docker_active':
|
||||
count = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue