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)
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)
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.