I am trying to create a Blueprint to change the LED colors on several types of Inovelli switches. I am having trouble with the zigbee switch portion of the automation. I am getting the Error: Error rendering data template: TypeError: 'NoneType' object is not iterable error and I've narrowed it down to the line that is tryign to get the device IEEE from the device ID. I suspect repeat.item isn't being passed through correctly but I'm unable to determine for sure that's the issue.
Code: https://gist.github.com/JDIacobbo/24ff28f17cc4bb08380b290a23f22aa3
Suspected problem on line 177:
ieee: '{{ (device_attr(repeat.item, "identifiers")|list).0.1 }}'
Error image attached.