Paul Bottein
Paul Bottein
Home Assistant provide 3 entities : `switch`, `input_number` and `fan`. You need 3 cards to manage it.
I'm working on a huge refactoring because maintaining lot of duplicate code is complicated 😅 https://github.com/piitaya/lovelace-mushroom/pull/528 I prefer to finish it before provide new big feature 🙂
Can you provide some screenshot? It's not a bug because Mushroom is compatible with card mod like any card but there is no special support for that.
You must add `border_radius: true` in the keep option of your stack-in-card 🙂 Example : ```yaml keep: background: true margin: true border_radius: true ``` Stack-in-card removes them by default.
It think just render `null` is enough for now. It's already the case but maybe there is some missing checks.
@hbooo If we bring charts to Mushroom, it will be only a little chart like the screenshot shared by @bemble. We will not bring complex chart like Apex but it...
What about adding two new variables available in the template ? - state (formatted state of the entity) - icon (dynamic icon of the entity)
Hi 🙂 Don't you think it can be better to add a list of actions like the vacuum card ?
Which integration do you use for your cover? It's strange to have the percentage but not the state. I think the integration should be fixed.
I think the integration doesn't set the state to open or closed 😟 But the fix must be in the integration side. Custom cards must not fix integration issues.