Icon glow for motion?

Just switches and lights. For motion you can use css in your theme. What is and how use "Custom CSS" for my Dashboards? - #5 by Bloodtick_Jones

If you want it to apply to all motion sensors.

.motion-sensor.active .icon {
    -webkit-filter: drop-shadow(0 0 3px #ff0)drop-shadow(0 0 10px #ff0);
    filter: drop-shadow(0 0 3px yellow)drop-shadow(0 0 10px yellow);
}

Or use the format here to apply it to just one style name.

1 Like