- Platform information:
- Hardware: RPI3
- OS: Openhabian 1.4.1
- Openhab 2.3
How can i insert an empty field in sitemap to force break a to next line,
sitemap ds_weather label="DarkSky Weather" {
Frame label="Weather" {
Text item=Current_DateTime label="Idag [%1$tA, %1$td.%1$tm.%1$tY Time : %1$tH:%1$tM]" icon="telescope" {
Frame label="I dag" icon="sunclouds" {
Text item=Current_DateTime label="Dato : [%1$tA, %1$td.%1$tm.%1$tY Time : %1$tH:%1$tM]" icon="sun_clouds"
Text item=DS_Empty (***** Here i want an empty field without text or icon *******)
Text item=DS_LastUpdate
}
Frame label="Testing 2" {
Text label="This is part of other tutorials..." icon="sun_clouds"
}
}
}
}