Add aml_thermal label (#24665)
Added label for the CPU Temperature for AmLogic ARM chips.pull/24699/head
parent
22d9bee41a
commit
d25214beb1
|
@ -179,7 +179,7 @@ class GlancesSensor(Entity):
|
|||
"Package id 0", "Physical id 0",
|
||||
"cpu_thermal 1", "cpu-thermal 1",
|
||||
"exynos-therm 1", "soc_thermal 1",
|
||||
"soc-thermal 1"]:
|
||||
"soc-thermal 1", "aml_thermal"]:
|
||||
self._state = sensor['value']
|
||||
elif self.type == 'docker_active':
|
||||
count = 0
|
||||
|
|
Loading…
Reference in New Issue