mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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
|
||||
sensor:
|
||||
- platform: hddtemp
|
||||
host: 192.168.1.2
|
||||
disks:
|
||||
- /dev/sda1
|
||||
```
|
||||
@ -50,8 +51,7 @@ name:
|
||||
type: string
|
||||
host:
|
||||
description: Host where `hddtemp` is running.
|
||||
required: false
|
||||
default: localhost
|
||||
required: true
|
||||
type: string
|
||||
port:
|
||||
description: Port that is used by `hddtemp`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user