Add aml_thermal label (#24665)

Added label for the CPU Temperature for AmLogic ARM chips.
pull/24699/head
Jonathan 2019-06-22 19:58:37 +09:00 committed by Fabian Affolter
parent 22d9bee41a
commit d25214beb1
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class GlancesSensor(Entity):
"Package id 0", "Physical id 0", "Package id 0", "Physical id 0",
"cpu_thermal 1", "cpu-thermal 1", "cpu_thermal 1", "cpu-thermal 1",
"exynos-therm 1", "soc_thermal 1", "exynos-therm 1", "soc_thermal 1",
"soc-thermal 1"]: "soc-thermal 1", "aml_thermal"]:
self._state = sensor['value'] self._state = sensor['value']
elif self.type == 'docker_active': elif self.type == 'docker_active':
count = 0 count = 0