diff --git a/source/_components/sensor.openhardwaremonitor.markdown b/source/_components/sensor.openhardwaremonitor.markdown new file mode 100644 index 00000000000..2c511e888f0 --- /dev/null +++ b/source/_components/sensor.openhardwaremonitor.markdown @@ -0,0 +1,32 @@ +--- +layout: page +title: "Open Hardware Monitor Sensor" +description: "Instructions how to integrate Open Hardware Monitor within Home Assistant." +date: 2017-06-16 00:00:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: openhardwaremonitor.png +ha_category: Sensor +ha_release: 0.48 +ha_iot_class: "Local Polling" +--- + + +The `openhardwaremonitor` platform uses your [Open Hardware Monitor](http://openhardwaremonitor.org/) installation as a source for sensors that will display system information. + +To add Open Hardware Monitor to your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +sensor: + - platform: openhardwaremonitor + host: IP_ADDRESS +``` + +Configuration variables: + +- **host** (*Required*): The IP address or hostname of your Open Hardware Monitor. +- **port** (*Optional*): The port of your Open Hardware Monitor API. Default to 8085. + diff --git a/source/images/supported_brands/openhardwaremonitor.png b/source/images/supported_brands/openhardwaremonitor.png new file mode 100644 index 00000000000..1d34eda76f8 Binary files /dev/null and b/source/images/supported_brands/openhardwaremonitor.png differ