In the docs for HADasboard, in the section for the widget “navigate” there are style arguments mentioned. Under what condition or when will the widget change from active to inactive?
Reason behind this is that I would like to change my menu item based on the status of a group of entities.
So I have a dash with lights and a menu item that refers to that dash, I can change the navigate widget based on the status of the group of lights.
lights_panel:
widget_type: navigate
title: Licht
dashboard: lights
icon_active: mdi-lightbulb-on
icon_inactive: mdi-lightbulb-outline
icon_active_style: "color: $yellow"
icon_inactive_style: "color: $grey"
args:
timeout: 30
return: Main
Hope this makes sense,
tia
Han