I would like certain dashboard “buttons” to only appear in December & January; looking through previous threads I have come up with the following code for a Conditional Card, but it returns a “Configuration error: Conditions need to be an array” message. Any suggestions as to where I am going wrong, as I am not sure what an array is or how to create one !?!?
Thanks @karwosts ; I am at the edge of my knowledge here, but I have created a Template binary sensor (see below), but it always shows as “off”, even after waiting for several minutes. I have run the script through the Developers tools and it works correctly in there, so I am obviously doing something wrong - but not sure what.
The Conditional card never appear on my Dashboard, which is what I am trying to acheive.
The status always shows “Off” on the Template binary sensor page below, whether or not I change the months to be “[1, 10]” or “[1, 11]”, but if I run `“{{ now().month in [1, 10] }}” ’ through the Template checker it returns True when [1, 10] is used.