#layout options won't keep my config.

1 messages · Page 1 of 1 (latest)

gusty edge
#

I'm doing my first dashboard and when I'm in "Layout Card configuration' in the layout tab if I put my config in the Layout options (layout-card) area and switch to the cards tab I lose the config text I put in for the Layout options. who would I ask about that?

So looking at that picture. I put in the all of the grid template info, If I switch to the "cards" tab, I lose all the data I put in the layout tab. Yes I have the latest version and I've rebooted HA

vestal pagoda
#

First of all it's grid-template-columns etc, with a - not a ..

#

Then lines 3-7 have incorrect syntax since this is yaml, not pure css. Try yaml grid-template-areas: | "livingroom kitchen" "livingroom bathroom" ...etc... with the | on the first line. (https://yaml-multiline.info/)

gusty edge
#

Thanks for that

I was going by the syntax in this video https://www.youtube.com/watch?v=RUJ4YpM5FFI

In this video I'll show you how to create a minimalist room card with temperature and humidity sensors and place them inside a unique Home Assistant dashboard layout.

Get the full code on Gumroad:
https://mysmarthome.gumroad.com/l/xwvxk

Support the channel:
https://www.buymeacoffee.com/mysmarthomeblog

Feel free to comment, ask questions, and...

▶ Play video
vestal pagoda
#

Video may just be the worst possible way to share code...