Hi
I have a sensor counting my lamps that are on.
However i want to show it using a conditional card.
This card works, but now i want to see the amount of lamps in it? How should i do this?
- type: conditional
conditions:
- entity: sensor.current_lights_on
state_not: "0"
card:
type: custom:decluttering-card
template: notification_template
variables:
- name: lampen aan
Now its just showing “lampen aan”