Daily Energy Cost

I have a 433mhz owl micro that logs my energy usage and I am trying to work out how to log data using utility meter

#Owl Micro
utility_meter:
  daily_energy:
    source: sensor.owl_cm180_00b4_kwatt
    cycle: daily
  monthly_energy:
    source: sensor.owl_cm180_00b4_kwatt
    cycle: monthly

I followed this guide - https://www.youtube.com/watch?v=SdG7jUyk8BA

When I search for sensor_daily or sensor_monthly they don’t exist

sensor.daily_energie and sensor.monthly_energie

Capture

Still, nothing found. I’m assuming HA is ignoring my config due to an error