Skip to content

Commit 7932da4

Browse files
committed
Update category
1 parent 8a72917 commit 7932da4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

source/_components/sensor.openhardwaremonitor.markdown

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: openhardwaremonitor.png
11-
ha_category: Sensor
11+
ha_category: System Monitor
1212
ha_release: 0.48
1313
ha_iot_class: "Local Polling"
1414
---
@@ -25,10 +25,16 @@ sensor:
2525
host: IP_ADDRESS
2626
```
2727
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 %}
3238
3339
<p class='note'>
3440
OpenHardwareMonitor must be running on the host, with "Remote web server" active.

0 commit comments

Comments
 (0)