Skip to content

1.3.0

Choose a tag to compare

@pekur pekur released this 18 Jan 13:38

Add custom entity_id support during import

  • Add CONF_CUSTOM_ENTITY_IDS constant for storing entity IDs from backup
  • Extract entity_id values from JSON backup during import
  • Apply custom entity_ids via entity registry after entity creation
  • Rename _apply_custom_names to _apply_custom_names_and_ids
  • Fix glob pattern merge (use set instead of | operator)