mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update category
This commit is contained in:
parent
8a729176c7
commit
7932da4f3c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user