Owl Electricity sensor measurements not able to see Kwh new Energy component

So I have been trying to get my network owl to show up in the new Energy Dashboard, but I am failing. Can anyone spot any issues in the below config.

#For Energy Consumption Dashboard.
template:
  - sensor:
    - name: house_energy_P1
      state: "{{ states('sensor.owl_intuition_electricity_power_p1') }}" 
      unit_of_measurement: 'kWh'
      state_class: measurement
      device_class: energy
      attributes:         
          last_reset: '1970-01-01T00:00:00+00:00'
          

  - sensor:
    - name: house_energy_P3
      state: "{{ states('sensor.owl_intuition_electricity_power_p3') }}" 
      unit_of_measurement: 'kWh'
      state_class: measurement
      device_class: energy
      attributes:         
          last_reset: '1970-01-01T00:00:00+00:00'