@sergio_pt wrote:
Hi all,
I just noticed an issue when creating a condition to show a badge.
I use the Raw Configuration Editor to add the following:- badges: - entity: person.sergio_sa - entity: person.joana - entity: device_tracker.x1_sdrive16d - type: entity-filter entities: - entity: sensor.lixo - entity: sensor.plastico - entity: sensor.papel state_filter: - operator: == value: "today"
It works perfectly, but when I refresh the page, it stops working because the double quotes are removed and the condition no longer works:
- badges: - entity: person.sergio_sa - entity: person.joana - entity: device_tracker.x1_sdrive16d - type: entity-filter entities: - entity: sensor.lixo - entity: sensor.plastico - entity: sensor.papel state_filter: - operator: == value: today
Is this just me or this happens to everyone?
Posts: 2
Participants: 2