Fix cpu_temp issue on Vero 4K (#19638)

pull/19654/head
Marius Retegan 2018-12-29 21:01:47 +01:00 committed by Fabian Affolter
parent 9928b977fd
commit 32eb4e518b
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class GlancesSensor(Entity):
for sensor in value['sensors']:
if sensor['label'] in ['CPU', "Package id 0",
"Physical id 0", "cpu-thermal 1",
"exynos-therm 1"]:
"exynos-therm 1", "soc_thermal 1"]:
self._state = sensor['value']
elif self.type == 'docker_active':
count = 0