Skip to content

Can't get it to work, following the Wiki #115

Answered by DigiLive
insol-do asked this question in Q&A
Discussion options

You must be logged in to vote

This means your yaml isn't valid.
Somewhere you duplicating an entry.

In the raw configuration editor the code should be at least:

strategy:
  type: custom:mushroom-strategy
views: []

You can customize the strategy by setting options, e.g.

strategy:
  type: custom:mushroom-strategy
  options:
    views:
      light:
        title: illumination
      switches:
        hidden: true
        icon: mdi:toggle-switch
    chips:
      weather_entity: weather.forecast_home
      climate_count: false
      cover_count: false
views: []

/~https://github.com/AalianKhan/mushroom-strategy/wiki/Full-Example

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DigiLive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants