Update sensor.py (#26218)

Added more options for CPU temp.
This commit is contained in:
newbee112 2019-08-27 00:14:38 +02:00 committed by Fabian Affolter
parent 193881c4d1
commit 03cfe7247b

View file

@ -207,6 +207,8 @@ class GlancesSensor(Entity):
"soc_thermal 1",
"soc-thermal 1",
"aml_thermal",
"Core 0",
"Core 1",
]:
self._state = sensor["value"]
elif self.type == "docker_active":