Update sensor.py ()

Added more options for CPU temp.
pull/26205/head
newbee112 2019-08-27 00:14:38 +02:00 committed by Fabian Affolter
parent 193881c4d1
commit 03cfe7247b
1 changed files with 2 additions and 0 deletions
homeassistant/components/glances

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