mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Make host required for hddtemp
This commit is contained in:
parent
4be1d24940
commit
17c1e52427
@ -38,6 +38,7 @@ To setup a HDDTemp to your installation, add the following to your {% term "`con
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: hddtemp
|
- platform: hddtemp
|
||||||
|
host: 192.168.1.2
|
||||||
disks:
|
disks:
|
||||||
- /dev/sda1
|
- /dev/sda1
|
||||||
```
|
```
|
||||||
@ -50,8 +51,7 @@ name:
|
|||||||
type: string
|
type: string
|
||||||
host:
|
host:
|
||||||
description: Host where `hddtemp` is running.
|
description: Host where `hddtemp` is running.
|
||||||
required: false
|
required: true
|
||||||
default: localhost
|
|
||||||
type: string
|
type: string
|
||||||
port:
|
port:
|
||||||
description: Port that is used by `hddtemp`.
|
description: Port that is used by `hddtemp`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user