From 1006004e454c65af5733fa3cd490f8343a2061c6 Mon Sep 17 00:00:00 2001 From: Lode Smets <31108717+lodesmets@users.noreply.github.com> Date: Mon, 17 Apr 2023 00:29:27 +0200 Subject: [PATCH] Add synology photos documentation (#26002) Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> Co-authored-by: Franck Nijhof --- source/_integrations/synology_dsm.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/synology_dsm.markdown b/source/_integrations/synology_dsm.markdown index 0f1625639dd..178fa2c0dc0 100644 --- a/source/_integrations/synology_dsm.markdown +++ b/source/_integrations/synology_dsm.markdown @@ -5,6 +5,7 @@ ha_category: - Camera - System Monitor - Update + - Media Source ha_release: 0.32 ha_iot_class: Local Polling ha_domain: synology_dsm @@ -22,6 +23,7 @@ ha_platforms: - sensor - switch - update + - media_source ha_integration_type: integration ha_zeroconf: true --- @@ -126,3 +128,15 @@ Reboot the NAS. ### Button `shutdown` Shutdown the NAS. + +## Media Source + +A media source is provided for your [Synology Photos](https://www.synology.com/en-global/dsm/feature/photos). + +The media source URIs will look like `media-source://synology_dsm///`. + +This media browser supports multiple Synology Photos instances. `` is the Home Assistant ID for the NAS (_usually the serial number of the NAS_). You can find this id when using the media browser, when you hover over the NAS name, you get shown the simple name followed by the unique id ex: `192.168.0.100:5001 - 18C0PEN253705`. + +To find the `` you need to go to the album in your photos instance, and the id will be in the URL ex: `https://192.168.0.100:5001/#/album/19`, where 19 is the album id. An `` of 0 will contain all images. + +For performance reasons, a maximum of 1000 images will be shown in the Media Browser.