Record not recording some items ( binary sensor)

Hi! Whats wrong with my config?
I have my recorder customized a longo time Ago…but i have noticed now that no binary_sensor IS recordes.
I have tried to include a specific one, but still not recording ( logo book and history IS always empt)

This IS my recorder config:

db_url: mysql://user:sensored@core-mariadb/homeassistant?charset=utf8mb4
purge_keep_days: 4
commit_interval: 60
exclude:
  domains:
    - automation
    - update
    - device_tracker
    - media_player      
    - time_date
    - worldclock
  entity_globs:
    - sensor.sun*
    - weather.*      
    - sensor.clock*
    - sensor.date*
    - sensor.glances*
    - sensor.load_*m
    - sensor.time*
    - sensor.uptime*
  entities:
    - sensor.date
    - sensor.last_boot # Comes from 'systemmonitor' sensor platform
    - sun.sun # Don't record sun data
    - camera.front_door
    - sensor.home_assistant_v2_db
    - sensor.memory_free
    - sensor.memory_use
    - sensor.memory_use_percent
    - sensor.processor_use
    - weather.openweathermap
  event_types:
    - call_service # Don't record actions
    - component_loaded
    
    
include:
  domains:
    - sensor
    - switch
  entities:
    - binary_sensor.sensores_04_sensores_04_pir


Logbook of binary_sensor.sensores_04_sensores_04_pir IS always empty