doudz / homeassistant-zigate

zigate component for Home Assistant
MIT License
48 stars 15 forks source link

Duplicate entries #103

Closed biau closed 4 years ago

biau commented 4 years ago

I have an issu with xiaomi temp sensor displaying as duplicate in zigate admin page: image I have tried to remove/delete both of them from the device page and nothing happens. Any idea how I can remove the first and wrong entry ?

doudz commented 4 years ago

the delete button should works since it force the deletion

biau commented 4 years ago

Ok, but the url generated is like this: /zigateproxy?q=%2Fapi%2Fremove%2F2d5d&_=1582544629.1893158?force=true

the ? in front of force is correct (I've try replacing it with & but my entity is still there)

doudz commented 4 years ago

oh.. that's the reason, try this url /zigateproxy?q=%2Fapi%2Fremove%2F2d5d%3Fforce%3Dtrue&_=1582544629.1893158

biau commented 4 years ago

it works, thanks