New installation, GPIO setup, newbie question

Hello.
I am trying to set up the alarm panel using an ESP32. I have installed using your page: Konnected Flash Tool - Install Konnected via Web Browser . So far, so good. The issue I have is that nothing is connected to the board (no sensor). Should not all sensors be in the same state? I now see some as on, some as off.
Zone 1 ON
Zone 10 OFF
Zone 11 OFF
Zone 12 OFF
Zone 2 OFF
Zone 3 ON
Zone 4 ON
Zone 5 ON
Zone 6 ON
Zone 7 ON
Zone 8 ON
Zone 9 OFF
I have already tried to check as many as I ca, and also found this page: Configuration Types - ESPHome - Smart Home Made Simple But I seem to be too stupid, to know ehere I can set this like:
pin:
number: $zone1XX
inverted: true
mode: INPUT_PULLUP

If I am correct, then this should change the shown input for the pins that are wrong? I plan to use the N/NC connection of DSC sensors. If I plug the sensor into zone 1, 3-8 it changes as it should. I have 8 sensors, and 7 are correct; one would be wrong.

Any help would be very appreciated.