Update category

This commit is contained in:
Fabian Affolter 2017-09-30 16:37:32 +02:00
parent 8a729176c7
commit 7932da4f3c
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: openhardwaremonitor.png logo: openhardwaremonitor.png
ha_category: Sensor ha_category: System Monitor
ha_release: 0.48 ha_release: 0.48
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---
@ -25,10 +25,16 @@ sensor:
host: IP_ADDRESS host: IP_ADDRESS
``` ```
Configuration variables: {% configuration %}
host:
- **host** (*Required*): The IP address or hostname of your Open Hardware Monitor. description: The IP address or hostname of the system where Open Hardware Monitor is running.
- **port** (*Optional*): The port of your Open Hardware Monitor API. Default to 8085. required: true
type: string
port:
description: The port of your Open Hardware Monitor API. Defaults to 8085.
required: false
type: int
{% endconfiguration %}
<p class='note'> <p class='note'>
OpenHardwareMonitor must be running on the host, with "Remote web server" active. OpenHardwareMonitor must be running on the host, with "Remote web server" active.