#Have a preexisting entity as a gauge maximum?
1 messages · Page 1 of 1 (latest)
With difficulty is the simple answer
You might be able to manage it with this HACS card: https://github.com/gadgetchnnel/lovelace-card-templater which can wrap most cards and let you pass a template to most options
Is any yaml code needed? If so can you give me the code please?
@signal aurora do you have the yaml code?
I haven't really used it, but I think it's something like:
type: 'custom:card-templater'
card:
type: gauge
entity: whatever
max_template: '{{ states("whatever max") | float}}'```