V0.12 Support CardThermo, direct popups and radio buttons
V0.12 Release adds:
- Support of CardThermo2 from ticaki/ioBroker.nspanel-lovelace-ui
- 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