Vanderbilt SPC - add ENTRY/EXIT2 zone type same as ENTRY/EXIT (DOOR)

The SPC Web Gateway sends a ENTRY/EXIT2 zone type as number 30. This is always a ENTRY/EXIT, but is completely ignored in the integration.

Please add this to the zone types or treat it as a door type.
So at this moment a door with type 30 is not created as binary sensor in HA.

doc: Zone types
ENTRY/EXIT 2 is the bottom one in the zones definitions

Adding a link to the integration and any other additional info is HIGHLY encouraged in order for the right people, the code owners, to find this. If it sits a long time you may want to message the code owner directly.

Vanderbilt SPC - Home Assistant.

Please read the pinned post for further information…

in binary_sensor.py please add:

on line 25:
ZoneType.ENTRY_EXIT_2: BinarySensorDeviceClass.OPENING,

Vanderbilt SPC - Home Assistant .