Below is the code. The offending line according to the error is the tap_action line (there are other cards working fine that I didn’t copy/paste here), and for the life of me, I can’t find the issue since my code looks identical to the example. Can anyone help?
- type: glance
title: First Floor # TOO MANY INDENTS, SHOULD BE IN LINE WITH THE WORD TYPE IN TOP LINE
entities: # TOO MANY INDENTS, SHOULD BE IN LINE WITH THE WORD TYPE IN TOP LINE
- switch.driveway
- switch.front_porch
tap_action: toggle
- switch.back_porch
- light.kitchen_sink
- switch.great_room
- switch.office_fan
- alarm_control_panel.simplisafe
For those of you who didn’t see it, I wasn’t using the additional “entity:” at the beginning of each line in which I needed to add the tap_action. Seems like an odd design to require me to put entity: in front of a list of entities, but that’s how it’s designed and that was my issue.