File tree 1 file changed +11
-5
lines changed 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ comments: false
8
8
sharing : true
9
9
footer : true
10
10
logo : openhardwaremonitor.png
11
- ha_category : Sensor
11
+ ha_category : System Monitor
12
12
ha_release : 0.48
13
13
ha_iot_class : " Local Polling"
14
14
---
@@ -25,10 +25,16 @@ sensor:
25
25
host : IP_ADDRESS
26
26
` ` `
27
27
28
- Configuration variables:
29
-
30
- - **host** (*Required*): The IP address or hostname of your Open Hardware Monitor.
31
- - **port** (*Optional*): The port of your Open Hardware Monitor API. Default to 8085.
28
+ {% configuration %}
29
+ host:
30
+ description: The IP address or hostname of the system where Open Hardware Monitor is running.
31
+ required: true
32
+ type: string
33
+ port:
34
+ description: The port of your Open Hardware Monitor API. Defaults to 8085.
35
+ required: false
36
+ type: int
37
+ {% endconfiguration %}
32
38
33
39
<p class='note'>
34
40
OpenHardwareMonitor must be running on the host, with "Remote web server" active.
You can’t perform that action at this time.
0 commit comments