On a sitemap? To my knowledge sitemaps do not support expressions.
If you mean MainUI then use the shorthand =@'BewegungsmelderHaustureTemperatur_Temperatur'. That will show the displayState if that’s defined and state when it is not.
The problem is if the state matches the displayState, only the state is provided and displayState is undefined. Only if the state and displayState are different will displayState have a value.
I am talking about a Page > Layout setup – see some screens below.
The widget is a label card and both state and displayState are currently returning “unedfined”.
I also tried with @ (also once without quotations) and this returns a “-” instead of the temperature.
Summarized, currently no idea how to combine text and an item state within a widget label.