mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Fix cpu_temp issue on Vero 4K (#19638)
This commit is contained in:
parent
9928b977fd
commit
32eb4e518b
@ -181,7 +181,7 @@ class GlancesSensor(Entity):
|
|||||||
for sensor in value['sensors']:
|
for sensor in value['sensors']:
|
||||||
if sensor['label'] in ['CPU', "Package id 0",
|
if sensor['label'] in ['CPU', "Package id 0",
|
||||||
"Physical id 0", "cpu-thermal 1",
|
"Physical id 0", "cpu-thermal 1",
|
||||||
"exynos-therm 1"]:
|
"exynos-therm 1", "soc_thermal 1"]:
|
||||||
self._state = sensor['value']
|
self._state = sensor['value']
|
||||||
elif self.type == 'docker_active':
|
elif self.type == 'docker_active':
|
||||||
count = 0
|
count = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user