This paste brought to you by Pastebin. View Raw

  1. utility_meter:
  2.   daily_energy:
  3.     source: sensor.ct_energy
  4.     cycle: daily
  5.     offset:
  6.       hours: 0
  7.       minutes: 0    
  8.  
  9.   monthly_energy:
  10.     source: sensor.ct_energy
  11.     cycle: monthly
  12.     offset:
  13.       days: 16
  14.       hours: 0
  15.       minutes: 0