mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Bump python-synology to 0.4.0 : Add support for DSM v5 + fix sensors unknown for 15 min
Update synologydsm.markdown
This commit is contained in:
commit
e089eac8e9
@ -50,6 +50,10 @@ password:
|
|||||||
description: The password of the user to connect to the Synology NAS.
|
description: The password of the user to connect to the Synology NAS.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
api_version:
|
||||||
|
description: Define DSM version to allow backward compatibility with 5.x. Value can be `5` for DSM 5.x or `6` for DSM 6.x or later.
|
||||||
|
type: integer
|
||||||
|
required: false
|
||||||
ssl:
|
ssl:
|
||||||
description: Determine if HTTPS should be used.
|
description: Determine if HTTPS should be used.
|
||||||
required: false
|
required: false
|
||||||
@ -109,9 +113,9 @@ monitored_conditions:
|
|||||||
disk_status:
|
disk_status:
|
||||||
description: Displays the status of the hard disk (creates a new entry for each disk).
|
description: Displays the status of the hard disk (creates a new entry for each disk).
|
||||||
disk_exceed_bad_sector_thr:
|
disk_exceed_bad_sector_thr:
|
||||||
description: Displays true / false to indicate if the hard disk exceeded the maximum bad sector threshold (creates a new entry for each disk).
|
description: Displays true / false to indicate if the hard disk exceeded the maximum bad sector threshold (creates a new entry for each disk). (Does not work with DSM 5.x)
|
||||||
disk_below_remain_life_thr:
|
disk_below_remain_life_thr:
|
||||||
description: Displays true / false to indicate if the hard disk dropped below the remain life threshold (creates a new entry for each disk).
|
description: Displays true / false to indicate if the hard disk dropped below the remain life threshold (creates a new entry for each disk). (Does not work with DSM 5.x)
|
||||||
disk_temp:
|
disk_temp:
|
||||||
description: Displays the temperature of the hard disk (creates a new entry for each disk, uses the unit_system to display in C or F).
|
description: Displays the temperature of the hard disk (creates a new entry for each disk, uses the unit_system to display in C or F).
|
||||||
volume_status:
|
volume_status:
|
||||||
@ -130,9 +134,6 @@ monitored_conditions:
|
|||||||
description: Displays the maximum temperature of all disks in the volume (creates a new entry for each volume).
|
description: Displays the maximum temperature of all disks in the volume (creates a new entry for each volume).
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<div class='note'>
|
|
||||||
After booting Home Assistant it can take up to 15 minutes for the sensors to show up. This is due to the fact that sensors are created after Home Assistant has fully been initialized.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
This sensor will wake up your Synology NAS if it's in hibernation mode.
|
This sensor will wake up your Synology NAS if it's in hibernation mode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user