I keep gett this warning - error

does not match the name our_home of the sitemap - please fix this as you might see unexpected behavior otherwise.

Everything is working, I built this using the DEMO

[WARN ] [sitemap.internal.SitemapProviderImpl] - Filename ron.sitemap does not match the name our_home of the sitemap - please fix this as you might see unexpected behavior otherwise.

sitemap our_home label=“Home” {
Frame {
Group item=LivingRoom
Group item=Diningroom
Group item=Kitchen
Group item=Hallway
Group item=MasterBedroom
Group item=NathanBedroom
Group item=Office
Group item=MasterBathroom
Group item=GuestBathroom
Group item=Exterior
}
Frame {
Text item=Temperature icon=“temperature”
Text item=Pressure icon=“pressure”
Text item=Humidity icon=“humidity”
}

}

Do I need to change “Home” to “Ron”?

Change the name of the sitemap file to our_home.sitemap

Edit: IIRC, if there’s a mismatch, the sitemap widgets won’t update when the items change state.

1 Like

sitemap ron label=“Home” {

Wouldn’t this work too?

Yes, as @mhilbush mentioned, the sitemap name and file name needs to match.

if using this

sitemap ron label=“Home”

then your file should be named ron.sitemap