thomasloven / lovelace-state-switch

🔹Dynamically replace lovelace cards depending on occasion
MIT License
382 stars 27 forks source link

actions without card #108

Open AlexKusnezov opened 1 year ago

AlexKusnezov commented 1 year ago

Is it possible to trigger action without having cards? I imagine it could look something like this:

type: custom:state-switch
entity: input_select.views
states:
   Home:
       action: navigate
        navigation_path: "#p1"

with that one could easily navigate throught lovelace views via dropdown