Washing machine status widget

Hello all,

I already see that you are mapping the status via rules.
I have installed the State-O-Matic Binding instead (marketplace).

However, I am not quite clear how the expression for the status could now look if you want to use this in combination with the widget.

The binding returns the status ready as string…

I tried it this way at first:

component: oh-grid-row
config: {}
slots:
  default:
    - component: oh-grid-col
      config: {}
      slots:
        default:
          - component: widget:washing_machine_v4
            config:
              title: Waschmaschine
              runtime: =items.Waschen_Time.state
              state: =items.Waschen_State.state

Thanks in advance for your hints.