thomasloven / lovelace-state-switch

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

browser_mod 2.x update #90

Open novisys opened 1 year ago

novisys commented 1 year ago

hi, this kind of code not work anymore with the recent Update of Browser_mod 2.x

type: custom:state-switch
entity: deviceID
states:
  "9c2aaf6f-ed26e3c1":
    type: markdown
    content: >
      Desktop
  "c8a4981c-d69c5e3c":
    type: markdown
    content: >
      Mobile

is the parametrer deviceID still work or need to be replaced by the light entity in exemple ?

novisys commented 1 year ago

No update ?