update services.yaml

This commit is contained in:
Chris Browet 2021-05-10 18:42:48 +02:00
parent b99157c12a
commit 53db064205

View file

@ -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: