OH3: Pages - oh-list-item does not execute action

,

I’m trying to select an option for an item by using “action: options” in a oh-list-card.

component: oh-list-item
config:
title: Modus
icon: f7:calendar_today
action: options
actionItem: HeizungModus
badge: =(items.HeizungModus.state)
listButton: false
actionFeedback: OK
badgeColor: black
actionOptions: auto=auto,manuell=manuell,aus=aus

I would expect to see the list of options (auto / manuell / aus) when I click on the item but nothing happens. Is there any information missing in the YAML?