mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add aml_thermal label (#24665)
Added label for the CPU Temperature for AmLogic ARM chips.
This commit is contained in:
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…
x
Reference in New Issue
Block a user