Utility Meter sensor not showing up as entity

As mentioned in the title I’ve created 2 Utility Meter sensors,
But sadly enough they are not showing up in the entity listing.

Also i’m not seeing and error/warns in the logs about this sensor.

In yaml.

################################################
## Utility meter 
################################################
utility_meter:

  terrarium_fogger_daily_power:
    name: Dagelijks verbruik
    source: sensor.terrarium_fogger_energy
    cycle: daily

Info of the source entity:

I’ve created a similiar utilit meter sensor based on a same sort of entity source.
Could it be that the attributes of the source entity are not good according the utility meter sensor?

Assume you have restarted HA ?

Also, you can do this in the UI now (with no restart needed)

Yes , restarted HA :slight_smile:

Using package method so preferable is to keep it in yaml.
Using the utility meter on several place but these particular ones are not showing…

so it looks like the attributes are giving problems to the utilty meter

Edit:
@Holdestmade good one pointing out to the UI enviroment.
checking there the wanted sensors are not in that list.
So this means that the delivered sensor aren’t accordingly rules for a utility meter,
I think I will created a template sensor trying to match the rules for the utility meter :+1: