Skip to content

Commit d24d1be

Browse files
jjmonteslfabaff
authored andcommitted
Added glances CPU temperature doc. (home-assistant#2838)
* Added glances CPU temperature doc. * Remove line breaks
1 parent dee0602 commit d24d1be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/_components/sensor.glances.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ha_release: 0.7.3
1616

1717
The `glances` sensor platform is consuming the system information provided by the [Glances](https://github.com/nicolargo/glances) API. This enables one to track remote host and display their stats in Home Assistant.
1818

19-
This sensors needs a running instance of `glances` on the host. The minimal supported version of `glances` is 2.3.
19+
This sensors needs a running instance of `glances` on the host. The minimal supported version of `glances` is 2.3.
2020
To start a Glances RESTful API server on its default port 61208, the a test the following command can be used:
2121

2222
```bash
@@ -57,6 +57,7 @@ sensor:
5757
- 'process_total'
5858
- 'process_thread'
5959
- 'process_sleeping'
60+
- 'cpu_temp'
6061
```
6162
6263
Configuration variables:
@@ -79,4 +80,6 @@ Configuration variables:
7980
- **process_total**: Total number of processes
8081
- **process_thread**: Number of threads
8182
- **process_sleeping**: Number of sleeping processes
83+
- **cpu_temp**: CPU Temperature (may not available on all platforms)
8284

85+
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.

0 commit comments

Comments
 (0)