mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Update hddtemp component configuration variable (#6776)
This commit is contained in:
parent
06ab18d9d0
commit
b5ff2b75bb
@ -30,10 +30,24 @@ sensor:
|
|||||||
- /dev/sda1
|
- /dev/sda1
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Optional*): Friendly name to use for the frontend. Default to "HD Temperature".
|
description: Friendly name to use for the frontend.
|
||||||
- **host** (*Optional*): Host where `hddtemp` is running. Default to `localhost`.
|
required: false
|
||||||
- **port** (*Optional*): Port that is used by `hddtemp` . Default to `7634`.
|
default: HD Temperature
|
||||||
- **disks** (*Optional*): Disk to be monitored. Example: `/dev/sda1`
|
type: string
|
||||||
|
host:
|
||||||
|
description: Host where `hddtemp` is running.
|
||||||
|
required: false
|
||||||
|
default: localhost
|
||||||
|
type: string
|
||||||
|
port:
|
||||||
|
description: Port that is used by `hddtemp`.
|
||||||
|
required: false
|
||||||
|
default: 7634
|
||||||
|
type: integer
|
||||||
|
disks:
|
||||||
|
description: "Disk to be monitored. Example: `/dev/sda1`."
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user