-
Notifications
You must be signed in to change notification settings - Fork 52
Tag HA dashboard
g4bri3lDev edited this page Sep 29, 2025
·
1 revision
This dashboard provides an overview of all OEPL tags in a masonry layout, showing the current content displayed on each tag.
This dashboard requires two custom HACS frontend cards:
- auto-entities - Automatically generates cards for matching entities
- layout-card - Provides the masonry layout
Install both through HACS before proceeding.
background: var(--background-image)
views:
- title: OEPL Tags
badges: []
cards:
- type: custom:auto-entities
card_param: cards
card:
type: custom:layout-card
layout_type: masonry
layout:
width: 300
max_cols: 5
filter:
include:
- entity_id: image.*_content
options:
type: picture-entity
show_state: false
show_name: true
sort:
method: friendly_name
type: custom:grid-layout-
Automatically discovers all tag image entities (
image.*_content) - Displays each tag's current screen content as an image card
- Sorts tags alphabetically by friendly name
- Arranges tags in a responsive masonry grid (up to 5 columns, 300px wide)
max_cols: 3 # Change from 5 to 3 for wider cardswidth: 400 # Increase from 300 for larger imagesfilter:
include:
- entity_id: image.kitchen_*_content # Only kitchen tagssort:
method: last_changed # Show recently updated tags first
reverse: trueAdd Your Own Automation/Blueprint:
- Click "New Page" to create your wiki page
- Include screenshots and clear setup instructions
- Test your automation before sharing
Improve Existing Pages:
- Fix broken links or outdated information
- Add screenshots to templates that lack them
- Enhance documentation with tips and variations
Get Help:
- Discord Community - #home_assistant channel
- GitHub Issues - Bug reports and feature requests
Official Resources:
- OpenEpaperLink Project - Main project website
- Drawcustom element reference
Display Sizes: 1.54" (152x152) • 2.6" (296x152) • 2.9" (296x128)
This wiki is maintained by the OpenEpaperLink community. Content is available under open source licenses.