I was just wondering if I’ve missed this somewhere but I’d like to make a view only be shown when I have an input boolean turned on.
Is this possible?
I’ve searched a bit but I haven’t found anything. the closest is CCH but as far as I understand it only changes views on a per user basis but not on an entity state change so it’s not really what I had in mind.
It looks pretty much exactly like yours but it’s not turning off the tab.
Maybe a silly question but…
how does CCH determine the tab numbering? do you have to designate that somewhere in your config or does it just “know” which tabs are which based on how they are written into the ui-lovelace.yaml file?
And as a follow on to that does CCH work if you have your lovelace config split up using !include’s
the tab order is determined by the order in which your views are entered. So for example if first view in lovelace.yaml is Living this is tab 0 and so forth.