-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Currently, widget labels only support static text. The geekmagic.notify service already supports Jinja2 templates in the message parameter, but widgets configured through the dashboard do not support templates in their label fields.
Current Behavior:
When configuring a Camera widget with label {{ states('sensor.birdnet_go_last_detection') }}, the literal string is displayed instead of being evaluated as a template.
Desired Behavior:
Widget labels should evaluate Jinja2 templates, similar to how geekmagic.notify handles the message parameter.
Use Case:
Display dynamic entity states alongside widgets without requiring separate Text widgets. Example: Show bird species name detected by BirdNET alongside the bird image in a Camera widget.
Example
Widget Type: Camera
Entity: camera.birdnet_vogelbild
Label: {{ states('sensor.birdnet_go_last_detection') }}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels