Add new sensors to the Immich album tracker integration
This commit is contained in:
24
immich_album_watcher/services.yaml
Normal file
24
immich_album_watcher/services.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
refresh:
|
||||
name: Refresh
|
||||
description: Force an immediate refresh of all album data from Immich.
|
||||
|
||||
get_recent_assets:
|
||||
name: Get Recent Assets
|
||||
description: Get the most recent assets from a specific album.
|
||||
fields:
|
||||
album_id:
|
||||
name: Album ID
|
||||
description: The ID of the album to get recent assets from.
|
||||
required: true
|
||||
selector:
|
||||
text:
|
||||
count:
|
||||
name: Count
|
||||
description: Number of recent assets to return (1-100).
|
||||
required: false
|
||||
default: 10
|
||||
selector:
|
||||
number:
|
||||
min: 1
|
||||
max: 100
|
||||
mode: slider
|
||||
Reference in New Issue
Block a user