Open zoe-codez opened 2 hours 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.
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)
🪤 Context
Need a button on the UI as part of managing the synapse entity that will call the
/rebuild/:id
endpointThis route will reset everything about the synapse entity to current defaults. Intended as a debugging feature