Recorder & Energy Monitor

Hi All,

I currently have the recorder service configured as below


recorder:
  purge_keep_days: 30
  include:
    domains:
      - sensor
      - energy
#      - input_boolean
#      - input_select
#      - input_number
#      - input_text
#      - input_datetime
#      - automation
#      - cover
#      - climate
#      - lock
      - binary_sensor
  exclude:
    entities: !include exclude.yaml
      - service_removed
    event_types:
      - service_executed
      - platform_discovered
      - homeassistant_start
      - homeassistant_stop
      - service_registered
      - call_service
      - component_loaded
      - logbook_entry
      - system_log_event
      - automation_triggered
      - script_started
      - timer_out_of_sync

Are there any changes I need to make with regards to ensuring energy data for the new energy monitor is captured and retained? Any best practices or suggestions as to how I can better manage the scope of what is recorded or not?

Thanks in advance!

D

Interested in answer. Following.