Digital-Alchemy-TS / code-glue

Top secret stuff
1 stars 0 forks source link

Entity rebuild button #22

Open zoe-codez opened 2 hours ago

zoe-codez commented 2 hours ago

🪤 Context

Need a button on the UI as part of managing the synapse entity that will call the /rebuild/:id endpoint

This route will reset everything about the synapse entity to current defaults. Intended as a debugging feature

linear[bot] commented 2 hours ago

CG-2 Entity rebuild button

chrisdrackett commented 1 hour ago

would this change the ID? if not, I assume this won't remove HASS history?

Just trying to get an idea of how destructive or not this is.

zoe-codez commented 1 hour ago

would this change the ID?

It depends on your definition.

unique_id - no (history is preserved)

entity_id changes - potentially (maybe it had an _2 before, or the suggested_object_id changed)