Trying to setup daily meter for existing sensor

I have a sensor with entity_id: sensor.deep_freezer_energy_filtered. I’m trying to set it up so I can get daily readings for the sensor using utility_meter.

I added utility_meter to my configuration file to test and ran a check validation which returns valid.

utility_meter was added like this.

utility_meter:
  daily_energy:
    source: sensor.deep_freezer_energy_filtered
    name: Deep Freezer Energy Daily
    cycle: daily

After a restart I see this error in the logs and the system gets stuck on finishing up starting home assistant.

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/connection.py:89
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 8:37:48 PM (1 occurrences)
Last logged: 8:37:48 PM

[548073212944] Received invalid command: energy/info

Is this a bug? Anything else I’m missing?