1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 09:49:52 +01:00

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
@@ -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":