AalianKhan / mushroom-strategy

A strategy to automatically generate a dashboard using mushroom cards
MIT License
364 stars 36 forks source link

feat: optionally hide config entities #103

Closed TMaYaD closed 6 months ago

TMaYaD commented 8 months ago

Add option to hide entities with entity_category set to config.

DigiLive commented 6 months ago

@TMaYaD Please verify my commit 49fd847.

TMaYaD commented 6 months ago

Nice. Much more readable now.

A small suggestion: I would move configEntityHidden assignment out of the for loop and rename it to hideConfigEntities for better readability.

DigiLive commented 6 months ago

A small suggestion: I would move configEntityHidden assignment out of the for loop...

Good catch. Please check again for any related bugs.

DigiLive commented 6 months ago

@AalianKhan The Wiki has to be updated on release to include this new option.