diff --git a/services.yaml b/services.yaml index 422058f..ebae703 100644 --- a/services.yaml +++ b/services.yaml @@ -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: + + \ No newline at end of file