Frontend Weirdness with Ecolink Z-Wave Door Sensor

After installing my first door sensor, my HA Home (states) page now contains five additional sensor entries. One for the binary sensor that it recognized the switch to be and the other four are, as far as I can tell, just static information.

I’m pretty new to this, so I’m guessing there is some basic approach to HA that would address this that I’m missing, but surely there has to be a way to reclassify the sensor so that those don’t come through or to instruct the UI not to display them.

Thanks in advance

I have the same sensor. Put something similar to the following in the customize section of your configuration

binary_sensor.bathroom_door_sensor_sensor_30_0:
  hidden: false
  sensor_class: opening
sensor.bathroom_door_sensor_alarm_level_30_1:
  hidden: true
sensor.bathroom_door_sensor_alarm_type_30_0:
  hidden: true
sensor.bathroom_door_sensor_burglar_30_10:
  hidden: true
sensor.bathroom_door_sensor_sourcenodeid_30_2:
  hidden: true

@gedout which door sensor are you using? zwave???

Hadn’t used the customize section yet and that appears to be one of its main purposes. Clutter removed. Thanks!

Yes, it’s an Ecolink Z-Wave sensor