mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|
page | HDDTemp | Instructions on how to integrate hard drive temperature information into Home Assistant. | 2016-10-28 07:00 | true | false | true | true | System Monitor | 0.32 | Local Polling |
The hddtemp
sensor platform is using the data provided by HDDTemp.
It required that hddtemp
is started or running in daemon mode on a local or remote system.
$ hddtemp -dF
To setup a HDDTemp to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: hddtemp
disks:
- /dev/sda1
Configuration variables:
- name (Optional): Friendly name to use for the frontend. Default to "HD Temperature".
- host (Optional): Host where
hddtemp
is running. Default tolocalhost
. - port (Optional): Port that is used by
hddtemp
. Default to7634
. - disks (Optional): Disk to be monitored. Example:
/dev/sda1