Add an extra row to support mushroom light card

Id like to know if we can add a mushroom-light-card row into the tile card as i love this one…
would be nice if we can intergrate it:


into this tile card config.

type: vertical-stack
cards:
  - type: vertical-stack
    cards:
      - square: false
        type: grid
        cards:
          - type: vertical-stack
            cards:
              - type: custom:mushroom-light-card
                entity: light.light_corner_left
                show_color_control: true
                show_color_temp_control: false
                use_light_color: true
                show_brightness_control: false
                collapsible_controls: true
                fill_container: true
                name: Corner Left
                icon: mdi:air-humidifier-off
                layout: horizontal
                card_mod:
                  style: |
                    ha-card {
                    background: none !important;  
                    border: none !important;
                     }
              - shorten_cards: true
                consolidate_entities: false
                child_card: false
                hide_header: true
                show_header_icon: true
                header: ""
                color_wheel: true
                persist_features: false
                brightness: false
                color_temp: false
                white_value: true
                color_picker: false
                speed: true
                intensity: true
                force_features: false
                show_slider_percent: false
                full_width_sliders: true
                brightness_icon: weather-sunny
                white_icon: file-word-box
                temperature_icon: thermometer
                speed_icon: speedometer
                intensity_icon: transit-connection-horizontal
                type: custom:light-entity-card
                entity: light.light_corner_left
                effects_list: true
                icon: none
                card_mod:
                  style: |
                    ha-card {
                    background: none !important;  
                    border: none !important;
                     }
        columns: 1

Mushroom cards are third party and not affiliated with Home Assistant.
Please contact the author.

Understand that, will contact him but IMO i would love to have it intergrated in the official home assistant which i think alot of people will like @piitaya

Ok, sure, then you would need to add this to the Frontend feature requests…
This appears to be a Frontend Related Feature Request as it is asking for changes to Frontend Menus, Dashboards, Cards, Sections, or other Frontend Feature.

These Feature Requests are handled in a different system, and will not be seen by the right people if posted in the HA forums.

Please add your Feature Request into GitHub here:
home-assistant/frontend Other Feature Requests · Discussions · GitHub.

See more info about Feature Requests HERE

Please don’t tag people who are not involved in the conversation.

ok i creatred a ticket thanks for that direct link!
https://github.com/home-assistant/frontend/discussions/25845

This topic can be closed here now thanks

who were talking about Paul is de creator of that intergration of mushroom light card right? if not im confused

Right, but Paul is not in this conversation. Therefor don’t tag him, even if you want him to be in the conversation.

well ok sorry Paul, i hope im not stepping on your toos, i tought asking the source is way faster then asking around the globe and getting non working answers.

You’re making a feature request for home assistant. Anyone can add the feature.

There were several attempts to bring light color as a feature in the front-end :

To explain quickly explain why it is refused : The light color is a 2 dimensional value and does not fit a single slider. We consider it too advanced to deal with hue and saturation with 2 sliders so after discussion with the designers and products team, we decided to not bring that as a feature.

However, I’m currently working on a new update of Mushroom that will fix these issues : Mushroom will bring missing and advanced features to tile card using custom features.

1 Like

thanks for the well explained answerr

maybe a corperation with @mushroom-light-card it works for me on the frontend in a card this way:

type: vertical-stack
cards:
  - type: vertical-stack
    cards:
      - square: false
        type: grid
        cards:
          - type: vertical-stack
            cards:
              - type: custom:mushroom-light-card
                entity: light.light_corner_left
                show_color_control: true
                show_color_temp_control: false
                use_light_color: true
                show_brightness_control: false
                collapsible_controls: true
                fill_container: true
                name: Corner Left
                icon: mdi:air-humidifier-off
                layout: horizontal
                card_mod:
                  style: |
                    ha-card {
                    background: none !important;  
                    border: none !important;
                     }
              - shorten_cards: true
                consolidate_entities: false
                child_card: false
                hide_header: true
                show_header_icon: true
                header: ""
                color_wheel: true
                persist_features: false
                brightness: false
                color_temp: false
                white_value: true
                color_picker: false
                speed: true
                intensity: true
                force_features: false
                show_slider_percent: false
                full_width_sliders: true
                brightness_icon: weather-sunny
                white_icon: file-word-box
                temperature_icon: thermometer
                speed_icon: speedometer
                intensity_icon: transit-connection-horizontal
                type: custom:light-entity-card
                entity: light.light_corner_left
                effects_list: true
                icon: none
                card_mod:
                  style: |
                    ha-card {
                    background: none !important;  
                    border: none !important;
                     }
        columns: 1