Skip to content

Releases: KipK/ha_entity_explorer

1.0.7

02 Feb 11:36

Choose a tag to compare

Fix imported data not displaying attribute graph with Ingress

1.0.5 - Memory optimisation

30 Jan 16:50

Choose a tag to compare

  • Implement server-side memory cleanup for imported sessions
  • Add DELETE /api/import/<import_id> endpoint to remove imported data from server RAM
  • Trigger cleanup request when user closes the entity view
  • Use pagehide event with keepalive: true to ensure memory is freed on page unload/refresh

1.0.4 Visualise imported data

29 Jan 23:54

Choose a tag to compare

Feat: Add JSON import functionality

  • Add import button to UI header
  • Can import entity export, or attribute export.
  • Implement server-side JSON import for entities and attributes
  • Enable visualization of offline/imported data
  • Cache imported data for details view

1.0.1 Harden application security

28 Jan 23:27

Choose a tag to compare

  • Added dockerhub prebuilt images
  • Implement PBKDF2 password hashing for user credentials.
  • Disable Flask debug mode in production environment.
  • Enforce secret key presence; fail to start if missing in production.
  • Add HTTP security headers (CSP, X-Frame-Options, X-Content-Type-Options).
  • Fix potential DOM-based XSS in attribute view.

1.0.0

28 Jan 20:58

Choose a tag to compare

1.0.0

  • Initial release as Home Assistant Add-on
  • Dynamic entity history visualization
  • Attribute exploration and history charting
  • Data export to JSON
  • IP banning for security
  • Whitelist/blacklist entity filtering
  • Integration with Home Assistant Ingress