From d25214beb130e39fe8171aba09568fbc8216b992 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 22 Jun 2019 19:58:37 +0900 Subject: [PATCH] Add aml_thermal label (#24665) Added label for the CPU Temperature for AmLogic ARM chips. --- homeassistant/components/glances/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/glances/sensor.py b/homeassistant/components/glances/sensor.py index 2b35e35669e..81a6b900e76 100644 --- a/homeassistant/components/glances/sensor.py +++ b/homeassistant/components/glances/sensor.py @@ -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