Skip to content

Commit

Permalink
Add support for multiple disks. (home-assistant#3678)
Browse files Browse the repository at this point in the history
* Add support for multiple disks.

* Make disks optional.
  • Loading branch information
cgtobi authored and fabaff committed Oct 21, 2017
1 parent 75c5aaa commit 4284616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/_components/sensor.hddtemp.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ To setup a HDDTemp to your installation, add the following to your `configuratio
# 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 to `localhost`.
- **port** (*Optional*): Port that is used by `hddtemp` . Default to `7634`.
- **disks** (*Optional*): Disk to be monitored. Example: `/dev/sda1`

0 comments on commit 4284616

Please sign in to comment.