Skip to content

Commit

Permalink
Fixes #6, no temperatures shown on Raspberry Pi.
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Jan 27, 2021
1 parent af20668 commit 1225781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/temp_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func devs() []string {
for _, sensor := range sensors {
label := sensor.SensorKey
label = strings.TrimSuffix(sensor.SensorKey, "_input")
label = strings.TrimSuffix(label, "_thermal")
rv = append(rv, label)
sensorMap[sensor.SensorKey] = label
}
Expand Down

0 comments on commit 1225781

Please sign in to comment.