Direction in adding Z-Wave devices

I have a similar setup. The motion sensors add numerous sensors. The ones I care about are
- binary_sensor.stairwell_motion_sensor_4
- binary_sensor.basement_motion_sensor_5

I hide the rest by modifying the configuration.yaml with the customize parameter like this:

customize:
sensor.stairwell_motion_alarm_level_4:
hidden: true
sensor.stairwell_motion_burglar_4:
hidden: true
sensor.stairwell_motion_alarm_type_4:
hidden: true
sensor.stairwell_motion_sourcenodeid_4:
hidden: true
sensor.basement_motion_detector_alarm_type_5:
hidden: true
sensor.basement_motion_detector_burglar_5:
hidden: true
sensor.basement_motion_detector_sourcenodeid_5:
hidden: true
sensor.basement_motion_detector_alarm_level_5:
hidden: true