I’m using the envisalink integration. I have three alarm_control_panel entities that I can see and control on dashboards, but they don’t show up in the “expose” list. Other entities do show up (front door, interior motion, etc). Just not the control panels.
I can see in the code that code_arm_required attribute needs to have a value of false. Mine all are set to true.
So, how do I set them to false? They’re created programmatically by the integration from configuration.yaml
OK. I managed to get code_arm_required set to false by creating a template that wrappers the auto generated alarm_control_panel, but I still don’t see this in entities. Any suggestions?