mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Added glances CPU temperature doc. (#2838)
* Added glances CPU temperature doc. * Remove line breaks
This commit is contained in:
parent
dee06025a5
commit
d24d1befba
@ -57,6 +57,7 @@ sensor:
|
|||||||
- 'process_total'
|
- 'process_total'
|
||||||
- 'process_thread'
|
- 'process_thread'
|
||||||
- 'process_sleeping'
|
- 'process_sleeping'
|
||||||
|
- 'cpu_temp'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -79,4 +80,6 @@ Configuration variables:
|
|||||||
- **process_total**: Total number of processes
|
- **process_total**: Total number of processes
|
||||||
- **process_thread**: Number of threads
|
- **process_thread**: Number of threads
|
||||||
- **process_sleeping**: Number of sleeping processes
|
- **process_sleeping**: Number of sleeping processes
|
||||||
|
- **cpu_temp**: CPU Temperature (may not available on all platforms)
|
||||||
|
|
||||||
|
Not all platforms are able to provide all metrics. For instance `cpu_temp` is requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user