AalianKhan / mushroom-strategy

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

Make it possible to hide selected sections on home view #70

Closed punxaphil closed 1 year ago

punxaphil commented 1 year ago

What

Makes it possible to hide selected sections from home view. Yaml example:

strategy:
  type: custom:mushroom-strategy
  options:
    hide_chips: true
    hide_persons: true
    hide_greeting: true
    hide_areas_title: true
views: []

Why

If the user desires a cleaner look on the start page

Example

image
strategy:
  type: custom:mushroom-strategy
  options:
    hide_chips: true
    hide_persons: true
    hide_greeting: true
    areas:
      _:
        type: HaAreaCard
views: []
DigiLive commented 1 year ago

@johanfrick

When you create a PR, please make the PR's is branched of main of this or your forked repository and keep that new branch available and writable to us, until the PR is closed.

I've continued your proposal at #71.

punxaphil commented 1 year ago

Ok, understood