Not sure if this is the right place
Home Assistant release with the issue:
0.88.0
Operating environment (Hass.io/Docker/Windows/etc.):
HA running on Docker 17.05.0-ce, build 89658be Ubuntu Xenial
Glances running on Raspberry PI Raspbian Stretch
Component/platform:
https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/sensor/glances.py
Description of problem:
Does not list cpu temperature on raspberry pi 2
I have a fix for this issue.
In code line starting 182 add “bcm2835_thermal 1” to searched sensor label as per code below
if sensor['label'] in ['CPU', "Package id 0", "Physical id 0", "cpu-thermal 1", "exynos-therm 1", "soc_thermal 1", "bcm2835_thermal 1"]:
I don’t know how to push this change in git I hope someone is able to do this for me.