mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 20:18:59 +00:00

* 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'
921 B
921 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Open Hardware Monitor Sensor | Instructions how to integrate Open Hardware Monitor within Home Assistant. | 2017-06-16 00:00:00 | true | false | true | true | openhardwaremonitor.png | Sensor | 0.48 | Local Polling |
The openhardwaremonitor
platform uses your Open Hardware Monitor 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:
# 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.