- openHAB3Widgets
- OpenhabWidget
- HeatingWidget
- oh3-widgets
- see the readme file in the directory
- branch conventions
- main branches are the "originals"
- master branches are "my" versions
The @ symbol can be used in front of an item name string as a shortcut to the displayState from the items dictionary with a fallback to the raw state:
footer: =@'Switch1'
is the same as
footer: =items['Switch1'].displayState || items['Switch1'].state
Similarly, @@ can be used as a shortcut for just the item state.