piitaya / lovelace-mushroom-themes

Additional themes for Lovelace Mushroom Cards 🍄
Apache License 2.0
245 stars 19 forks source link

Mushroom Entity Card: Default color differs #47

Closed pedolsky closed 1 year ago

pedolsky commented 1 year ago

It's stated that since 2022.11 Mushroom theme is not needed anymore. But without using it, the Mushroom Entity Card's default color doesn't respect HA's default state colors.

Example (2022.12.8):

AAD3682B-BBD4-41AF-83C7-CA0AB899BC12


      - type: custom:mushroom-entity-card
        entity: group.weihnachtsbeleuchtung
        name: mushroom-entity-card

      - type: tile
        entity: group.weihnachtsbeleuchtung
        name: tile

      - type: entities
        entities:
          - entity: group.weihnachtsbeleuchtung
            name: entities
        state_color: true
piitaya commented 1 year ago

There are also few differences :

pedolsky commented 1 year ago

Thank you for your reply. But that doesn’t explain why there is still need for using a theme.

piitaya commented 1 year ago

Even with theme the colors will be different because for now, the default color is always blue for entity card in Mushroom.

pedolsky commented 1 year ago

Ok, thanks for clarification. Because of the readme I've expected a different behavior.