mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Added information to clarify options (#11580)
* Added information to clarify options Added information to clarify options * Minor changes Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
01f101ddbb
commit
b86b20e695
@ -29,7 +29,7 @@ sensor:
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: The name of your device
|
||||
description: The name to use in the frontend for your Synology device.
|
||||
required: false
|
||||
default: Synology DSM
|
||||
type: string
|
||||
@ -56,11 +56,11 @@ ssl:
|
||||
default: true
|
||||
type: boolean
|
||||
volumes:
|
||||
description: Array of volumes to monitor. Defaults to all volumes.
|
||||
description: "Array of volumes to monitor. Defaults to all volumes. Replace any spaces in the volume name with underscores, e.g., `volume 1` with `volume_1`."
|
||||
required: false
|
||||
type: list
|
||||
disks:
|
||||
description: Array of disks to monitor. Defaults to all disks.
|
||||
description: "Array of disks to monitor. Defaults to all disks. Use only disk names like `sda`, `sdb`, etc."
|
||||
required: false
|
||||
type: list
|
||||
monitored_conditions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user