Custom badges#3867
Conversation
|
I'll write up docs once I'm sure everyone is on-board with the changes |
|
@frenck I'm going to need some help with the doc changes on this. I need to add a new section to the lovelace navigation for badge types. I see that |
|
Have you also tested the code with custom badges? Does the rebuild etc. work? |
| @@ -96,11 +96,7 @@ export class HUIView extends LitElement { | |||
| element.addEventListener( | |||
| "ll-badge-rebuild", | |||
There was a problem hiding this comment.
We could just use the same event we use for cards here, instead of a separate one for badges?
There was a problem hiding this comment.
do we want to rebuild cards if we don't have to?
Only with internal cards as custom, e.g. |
But they will always exist, can you check a custom custom one? |
Just tested |
|
I still need docs for this and not sure how to format them yet |
|
You've 1 week 😜 |
|
Do I get this wrong or is the entity-filter on badges in views not possible? |

Closes #3896
Docs: home-assistant/home-assistant.io#10915
Allows for custom badges along with new entity-filter badge type.