portfolioso:
But from what I can tell, those are still reporting the same way into HA and the names stayed the same. The emulated kasa config is still referencing the plug entities by the correct names and I verified those are sending the same data as before. In theory, it shouldn’t matter if the Vesync devices were duplicated as long as the emulated kasa plugin config is the same
It is the MAC address, not the name, that Sense uses to identify a Kasa device. The MAC address for an Emulated Kasa device is derived from the unique device ID in Home Assistant. If the Home Assistant device ID changes, the MAC address changes, and Sense sees a new unique device. No way around that.
I also found an issue filed with Emulated Kasa that discusses the very circumstance you are in:
opened 08:43PM - 05 May 22 UTC
closed 10:07PM - 26 May 22 UTC
integration: emulated_kasa
### The problem
When I updated to 2022.5.0 this week, my Sense app started sh… owing strange TP-Link devices. I had already configured emulated_kasa to work with Sense for a few power plugs I have in Home Asisstant, and everything was working correctly in the Sense app.
Howevwer, after the core update, my Wifi plug (Sonoff) changed its settings so that instead of the power being an atttribute of the plug, it was a separate sensor.
I corrected/updated these settings in my config, but one device is still duplicated in Sense -- the dishwasher.
I already have history data for the original emulated_kasa plug in Sense for my Dishwasher and it was working great. Now however there are TWO emulated_kasa Dishwasher devices in my Sense app. The original, which has the correct settings and data, and the new duplicate, same name.
The MAC addresses are different however.
I am not able to Delete or Merge the devices in the iOS app like the Sense documentation suggests. I assume these options are not available to TP-Link based devices.
I have no idea how to resolve this so it's just the one (original) Dishwasher in Sense.
Please help!
**Original Dishwasher:**

**Duplicate:**

### What version of Home Assistant Core has the issue?
core-2022.5.0
### What was the last working version of Home Assistant Core?
core-2022.4.3
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
emulated_kasa
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/emulated_kasa/
### Diagnostics information
_No response_
### Example YAML snippet
```yaml
emulated_kasa:
entities:
sensor.washing_machine_outlet_power:
name: "Washing Machine"
sensor.dishwasher_power:
name: "Dishwasher"
sensor.ups_office_power:
name: "Office Machines"
sensor.ups_basement_power:
name: "Networking"
switch.z906_outlet:
name: "Z906 Speakers"
power: "{{ states('sensor.z906_outlet_power') }}"
sensor.toaster_power_meter:
name: "Toaster"
```
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_
2 Likes