-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Add 'photo frame' image integration #156192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
Will it be supported to have multiple 'photo frame' integrations installed or can it present several different directory entities/images to different frontend cards? Use case case example is to have one photo frame in one room’s display frontend/dashboard a different directory from what is shown in other rooms frontend/dashboards |
|
Yes you can have multiple instances. Each time you add a config entry you get 1 image entity, but you can add multiple config entries with different media paths and therefore get multiple image entities, and add different image entities to different cards. |
ac1ecee to
2b1b0ff
Compare
Proposed change
This is a new integration which allows the user to select a folder1 from the media browser during config flow. The integration then creates a single
imageentity, which displays a random image from that folder.This image entity can be used to then display this random image in any frontend picture card or frontend view background.
A single 'shuffle' service is implemented to choose a next random image from the folder, allowing users to implement a virtual version of a digital photo frame on dashboards.
I researched a bit if there are other ways to achieve the same objective without an integration, but it seemed like the only solutions were fairly complicated involving custom components or writing bash scripts in the filesystem. So I hope a simple easy-setup way to achieve this would be helpful.
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests:
Footnotes
requires a frontend change https://github.com/home-assistant/frontend/pull/27873 ↩