Skip to content

Commit

Permalink
🔧 Refactor card with debugging and performance improvements
Browse files Browse the repository at this point in the history
Overhaul HyperLightCard with extensive debugging and performance
optimizations:

- Add debug logging throughout the component
- Implement debounced updates to reduce unnecessary re-renders
- Add mutation observer for entity icon changes
- Refactor color transition logic for better performance
- Implement async color change to prevent blocking
- Optimize brightness slider updates
- Improve error handling and edge cases
- Clean up and reorganize code structure
  • Loading branch information
hyperb1iss committed Aug 13, 2024
1 parent 72de96d commit f7ea634
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 23 deletions.
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hyper-light-card",
"render_readme": true,
"filename": "hyper-light-card-bundle.js"
"filename": "hyper-light-card.js"
}
Loading

0 comments on commit f7ea634

Please sign in to comment.