mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
33 lines
913 B
JSON
33 lines
913 B
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"failed_browse": "Failed to browse media: {error}",
|
|
"selected_media_no_images": "The selected media has no images. Please select a media directory with images."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"media": "Media"
|
|
},
|
|
"data_description": {
|
|
"media": "The media directory where images will be retrieved from."
|
|
},
|
|
"description": "The Collection Image integration creates a single image entity by selecting an image from the selected media folder.",
|
|
"submit": "Create"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"image_read_error": {
|
|
"message": "Error reading image from {path}: {error}"
|
|
}
|
|
},
|
|
"services": {
|
|
"shuffle": {
|
|
"description": "Update the image entity to a random image from the configured media.",
|
|
"name": "Shuffle"
|
|
}
|
|
},
|
|
"title": "Collection Image"
|
|
}
|