Newline in Tooltip?

Hello,

is there a possibility to insert a line break in the tooltip of the floor plan?
The following does not work:
=“CO2: " + (items.Netatmo_CO2.state) + “\n” + "Temperature: " + (items.Wohnzimmer_Temperatur.displayState)

Screenshot 2024-09-19 210838

Unfortunately, there is not.

It is possible with the leaflet library in general, but the way the MainUI has configured the plan markers, it cannot be done.

1 Like