Paul Bottein
Paul Bottein
Chip is a small and a compact element in the UI. The quantity of information must be small : a icon and a text. Adding a badge would overload the...
The option is not recommended because it may generate too many updates. I do not prefer to add unstable option to Mushroom.
The goal of Mushroom is not to add all Minimalist cards. We have a lot of card in dev. I prefer to improve/finish the card that are in dev than...
Hi 🙂 Thanks for the contribution. I saw that you are adding lot of option (min_temperature, etc...). There parameters are set in the [plant integration](https://www.home-assistant.io/integrations/plant/#configuration-variables) so we don't need to...
Use this code to support both. ```ts const picture = this._config.use_entity_picture ? entity.attributes.entity_picture || entity.attributes.image : undefined; ``` > Any suggestions on what to do should the min/max values not...
Hum, may be HA doesn't expose the min/max attributes and just use it to compute the state 😢
Hi 🙂 I prefer to have the attributes exposed by home assistant before merging it. I will it if it's a big deal to add that 🙂
I'm speaking about the `limits` fields. I'm not sure it will be under `limits`. I think we can directly add the `min` `max` attributes at the root level.
Also, there is hardcoded hexa code in the `css`. It can be good to use css variable to support theme. But I can do this later if you're not familiar...
There are also conflits with the `colors.ts file`. Entity related colors moved to `theme.ts`.