mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
update services.yaml
This commit is contained in:
parent
b99157c12a
commit
53db064205
1 changed files with 48 additions and 1 deletions
|
|
@ -5,10 +5,57 @@ trigger_scan:
|
|||
fields:
|
||||
entity_id:
|
||||
name: Entity
|
||||
description: Name of entity to send command.
|
||||
description: Jellyfin sensor entity.
|
||||
required: true
|
||||
example: "sensor.jellyfin_cloud"
|
||||
selector:
|
||||
entity:
|
||||
integration: jellyfin
|
||||
domain: sensor
|
||||
|
||||
browse:
|
||||
# Description of the service
|
||||
name: Browse to an item
|
||||
description: "Display an item info on a Jellyfin device"
|
||||
fields:
|
||||
entity_id:
|
||||
name: Entity
|
||||
description: Jellyfin media player entity.
|
||||
required: true
|
||||
example: "media_player.jellyfin_firefox"
|
||||
selector:
|
||||
entity:
|
||||
integration: jellyfin
|
||||
domain: media_player
|
||||
id:
|
||||
name: Item Id
|
||||
description: Id of the item to browse to.
|
||||
required: true
|
||||
example: "82f6bfdbdb610529c086b3e2bca71ad6"
|
||||
selector:
|
||||
text:
|
||||
|
||||
|
||||
delete:
|
||||
# Description of the service
|
||||
name: Delete an item
|
||||
description: "Delete an item from the Jellyfin library and filesystem"
|
||||
fields:
|
||||
entity_id:
|
||||
name: Entity
|
||||
description: Jellyfin sensor entity.
|
||||
required: true
|
||||
example: "sensor.jellyfin_cloud"
|
||||
selector:
|
||||
entity:
|
||||
integration: jellyfin
|
||||
domain: sensor
|
||||
id:
|
||||
name: Item Id
|
||||
description: Id of the item to browse to.
|
||||
required: true
|
||||
example: "82f6bfdbdb610529c086b3e2bca71ad6"
|
||||
selector:
|
||||
text:
|
||||
|
||||
|
||||
Loading…
Reference in a new issue