I’m trying to delete a entity from the Energy configuration that is no longer a valid entity in my Home Assistant Configuration. Here is the Entity shown configured.
I can’t seem to find a way to delete it.
I’m trying to delete a entity from the Energy configuration that is no longer a valid entity in my Home Assistant Configuration. Here is the Entity shown configured.
I can’t seem to find a way to delete it.
Had the same issue here.
My solution was to create a dummy sensor of any working platform (see example below),
replacing the non existing sensor in energy UI with this dummy sensor, saving configuration.
Then removing the sensor within energy UI again, then removing the dummy sensor entity from configuration again…
- platform: integration
source: sensor.hacs
name: "dummy grid sensor"
unit_prefix: k
round: 2
(please note that sensor.hacs is simply any sensor with INT value - curently set to 0 in my case)