temperature_host: Rename "path" config to "sensor_path"

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2021-02-20 09:21:51 -05:00
parent 227d9bdbcf
commit c29585f7f3
3 changed files with 6 additions and 5 deletions

View file

@ -2151,7 +2151,7 @@ Temperature from the machine (eg Raspberry Pi) running the host software.
```
sensor_type: temperature_host
#path:
#sensor_path:
# The path to temperature system file. The default is
# "/sys/class/thermal/thermal_zone0/temp" which is the temperature
# system file on a Raspberry Pi computer.