mushroom-strategy: Greeting is not hidden when disabled in homeView options

Describe the bug
I have tried to disable the greeting message at the top of the interface. Adding the hidden option seems to have no affect on visibility.

Versions

  • Mushroom-Strategy: 1.0.1
  • HACS: 1.33
  • Mushroom: 3.2.2
  • Home Assistant: 2023.11.0

To Reproduce
Here is my current config:

strategy:
  type: custom:mushroom-strategy
  options:
    homeView:
      hidden:
        - Greeting
    chips:
      climate_count: false
      cover_count: false
views: []

Expected behavior
Expected to see a simpler interface without the greeting message

Screenshots
minimalist greeting

Additional context
Add any other context about the problem here.

About this issue

  • Original URL
  • State: closed
  • Created 8 months ago
  • Comments: 17 (4 by maintainers)

Most upvoted comments

Works as expected. The greeting is now hidden properly. Thanks for your quick response.