Hi,
Im working on a zigbee device with a esp32-c6. I want report electrical consumption so I use the SmartEnergyMetering cluster (0x0702) with attribute current_tier1_summ_delivered. Im able to report this attribute successfully, and I see it in ZHA logs. But in HA, I dont have the entity Tier 1 summation delivered. So I searched on google, and I found on this file
the entity is enable only if the device name is ZLinky_TIC. I tested to rename my device and now I have the entity.
Now I would like rename my device. Is it a way to edit this file to use this entity for any device ?
Thanks