Try removing the above as the binary_sensor doesnt have these entities, only the main sensor. The binary_sensor is all you want anyway as it is either open or closed or on or off. So just add the binary_sensor as the entity.
Something like
window_sensor:
name: my window sensors
view: yes
entities:
- binary_sensor.slide_door_sensor_sensor
Or add it to the default view which is what I do.