Register strategy as custom dashboard#323
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
On hold for a little while. It's a good addition to the strategy, but it reintroduces the issue of discussion #292. I can't find a clear root cause for the So far, one workaround I've found is to rename from @balloob If you like, I can still do a review so this PR to finish it. However, the merge will have to wait untill the |
…ine registration (#1) * Address PR comments: update registration and add getCreateSuggestions Agent-Logs-Url: https://github.com/balloob/mushroom-strategy/sessions/14d9436e-b60e-49fc-a266-0fcc30e46b63 Co-authored-by: balloob <1444314+balloob@users.noreply.github.com> * Add Window interface type declaration for customStrategies Co-authored-by: balloob <1444314+balloob@users.noreply.github.com> --------- Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com> Co-authored-by: balloob <1444314+balloob@users.noreply.github.com>
|
I've allowed edits by maintainers, feel free to push 👍 |
Build artifacts should not be committed.
- Introduce the CustomStrategyEntry interface to represent entries in the custom Lovelace strategy registry. - Extend the global Window interface to include a property for these registered custom strategies, enhancing the integration with Home Assistant's dashboard capabilities.
Remove the global Window type declaration for custom strategies as it's declared in another file already.
|
On hold for #323 (comment) |
Implement https://developers.home-assistant.io/blog/2026/04/21/registering-custom-dashboard-strategies/
Closes #320