Make host required for hddtemp

This commit is contained in:
Robert Resch 2025-07-09 16:15:58 +02:00 committed by GitHub
parent 4be1d24940
commit 17c1e52427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.