I’m currently setting up an “alarm system” with Alarmo.
Ready to arm should be transmitted to KNX via a binary sensor so that I can display it on an MDT glass push button.
According to the Alarmo manual, there’s an event for this, and there’s also an example for creating a template. However, this fails due to my lack of knowledge.
I inserted the example into the configuration.yaml as follows:
The area “wohnung” and the entity alarm_control_panel.wohnung exists.
Now my two problems:
1st:
Behind “-triggers,” I see “Property triggers is not allowed” displayed in red.
2nd:
If everything works, will the binary sensor “Alarmo Ready To Arm Away” be created automatically? Or how can I change the state of an existing entity from the KNX integration?
The VSCode extension doesn’t do real HA validation. It has its own schema that may not be up to date with latest HA features. Real validation can be done in HA at developer tools → yaml