Hey all, I have a glance card showing the state of my delivery box,
show_name: false
show_icon: true
show_state: true
type: glance
entities:
- entity: lock.delivery_box
- entity: binary_sensor.delivery_box_open
- entity: sensor.delivery_box_battery
- entity: sensor.delivery_box_operator
title: Delivery Box
state_color: true
And icons change based on state, mostly how I’d hope…except for this particular lock, I want it to be green when unlocked (good for delivery) and red when locked (there’s a package inside). Can I do that in the native glance card? I’ve tried a few routes and my icon just full disappears.