Paul Bottein

Results 342 comments of Paul Bottein

Mushroom is using `ha-ripple` for that effect. I open a [PR](https://github.com/home-assistant/frontend/pull/27139) to fix this behavior so it should be fixed with the next HA version.

The fix is available in 2025.10 beta release. It will go to stable next week.

It's not possible to do that in Mushroom, it should be done in Home Assistant front-end. Mushroom only re-use component from HA Front-end for the UI editor.

Hi 👋 It is plan to migrate all the card to tile card + features but I didn't have time yet to do it. The plan is : - release...

Hi 👋 Here's the code. It is using the `bar-gauge` feature. It only supports sensor with % unit for now. ```yaml type: custom:mushroom-template-card entity: sensor.tesla_model_y_battery primary: Car secondary: >- {{...

Try with feature positon inline. It should work. I will take a look to have it working with bottom too.

Exactly, it is a static value. Then the integration has to define `temperature` (for single target) or `target_temp_low` and `target_temp_high` (for range). It should be defined like that : https://github.com/home-assistant/frontend/blob/dev/src/state-control/climate/ha-state-control-climate-temperature.ts#L394C3-L411C1

What's the behavior with other cards ? Can you provide the state of your entity using debug tools (when open and when closed) ?

@silamon IMO, the logic should stay in ha-template-selector because all ha-code-editor are not for template and I would put template specific code and checks into this component. However, we could...