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
|
||||
```
|
||||
|
||||
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`
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: Friendly name to use for the frontend.
|
||||
required: false
|
||||
default: HD Temperature
|
||||
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