mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix cpu_temp issue on Odroid (#19620)
This commit is contained in:
parent
dae4543e54
commit
82d6fe5bd5
@ -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…
x
Reference in New Issue
Block a user