openHAB 5.1 Release discussion

Same here (different example):slight_smile:

Code:

component: oh-list-card
config:
  footer: =
    items.SZ_VJ_R_shellyplus2pm192168178113_Rollensteuerung_100offen_0geschlossen.state
    + " % / " +
    items.SZ_VJ_R_shellyplus2pm192168178102_Rollensteuerung_100offen_0geschlossen.state
    + " % / " +
    items.SZ_VJ_R_shellyplus2pm192168178112_Rollensteuerung_100offen_0geschlossen.state
    + " % / " +
    items.SZ_VJ_R_shellyplus2pm192168178111_Rollensteuerung_100offen_0geschlossen.state
    + " %"
  title: Schlafzimmer VJ
slots:
  default:
    - component: oh-list-item
      config:
        action: rule
        actionRule: 59f35a0c32
        badge: AUF
        badgeColor: green
        icon: Blinds-0
        title: Öffnen
    - component: oh-list-item
      config:
        action: rule
        actionRule: 06b525a7d6
        badge: ZU
        badgeColor: red
        icon: Blinds-100
        title: Schließen


I can add more sample were the widgets don't look right on a layout page:

Additional example:

This is comes from: https://community.openhab.org/t/custom-rollershutter-widget-with-preset-configuration/116270?u=harald_pott with a slight modification.

Harald