#yes they are properly implemented

1 messages · Page 1 of 1 (latest)

sacred forge
#

wondering if i should be implementing UpdateEntity support for my entity?

keen folio
#

The RegistryEntry is not what is persisting - it is configuration being stored. Ie. it has no state stored there

#

It is written when creating or modifying the entity.

keen folio
sacred forge
#

Wanted to reconfirm my understanding of the architecture for entities...

  1. Entity registry contains the original entity created through the helper
  2. Any modifications are stored as states and restored on top of the initial configuration
    So in case of input_select modifying "options" - should that persist as a saved state that gets restored....or should the entity registry be updated with the new "option" entries?
keen folio
#

oh... I didn't realize this was about input_select helper. I thought its about some normal integrations select entity. Not sure how that works exactly. Normally select options are defined by the integration, not the user...