Skip to content

V0.12 Support CardThermo, direct popups and radio buttons

Choose a tag to compare

@olialb olialb released this 20 Jun 06:39

V0.12 Release adds:

ExampleCardThermo2Mini
  • New slot types to open popups directly with one click
  • New Radio Button functionality to implement radio buttons for an item over several slots:
      - class: ohItem
        type: button
        item: H_Schlafzimmer_SysMode
        radioButtonState: "Off"
        iconColor: default=green,Off=red
      - class: ohItem
        type: button
        item: H_Schlafzimmer_SysMode
        radioButtonState: "Heat"
        iconColor: default=grey,Heat=red
      - class: ohItem
        type: button
        item: H_Schlafzimmer_SysMode
        radioButtonState: "Cool"
        iconColor: default=grey,Cool=blue
      - class: ohItem
        type: button
        item: H_Schlafzimmer_SysMode
        radioButtonState: "Auto"
        iconColor: default=grey,Auto=white
ExampleRadioButton