Skip to content

Commit 857e8be

Browse files
Wim Haanstrafabaff
authored andcommitted
Open Hardware Monitor component page and logo added. (home-assistant#2824)
* Open Hardware Monitor component page and logo added. * Fixed typos * Added host config variable Added the host configuration variable to documentation and changed example to be inline with most of the other documentation. * Update sensor.openhardwaremonitor.markdown * Update 'ha_release'
1 parent 2260938 commit 857e8be

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: page
3+
title: "Open Hardware Monitor Sensor"
4+
description: "Instructions how to integrate Open Hardware Monitor within Home Assistant."
5+
date: 2017-06-16 00:00:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: openhardwaremonitor.png
11+
ha_category: Sensor
12+
ha_release: 0.48
13+
ha_iot_class: "Local Polling"
14+
---
15+
16+
17+
The `openhardwaremonitor` platform uses your [Open Hardware Monitor](http://openhardwaremonitor.org/) installation as a source for sensors that will display system information.
18+
19+
To add Open Hardware Monitor to your installation, add the following to your `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
sensor:
24+
- platform: openhardwaremonitor
25+
host: IP_ADDRESS
26+
```
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.
32+
Loading

0 commit comments

Comments
 (0)