Paul Bottein

Results 342 comments of Paul Bottein

Hi 👋 That's not really possible as each template is evaluated separately.

I'm not sure we can use this filter with the template badge. Entity filter is not compatible with other type of badges.

Yes of course, you can do this : ```yaml type: entity-filter entities: - type: custom:mushroom-template-badge entity: binary_sensor.reedcontact_104_balcony_door color: >- {% if is_state(entity, 'on') %} #FF0000 {% else %} #008000 {%...

I'm closing the issue as it's closed on the frontend repository.

Hi 🙂 I like the idea but if we implement this, I think it must be an array instead of 4 elements. Also I have concerns to bring new features...

Sorry for the late reply, I was busy these days. I'm not sure tile card will have templating features because it's too complex for most users and it can lead...

Thank you for the contribution. Unfortunately, I'm closing this PR as I'm planning to release a similar feature in the following months with integration with tile card and card features.

You must install [Mushroom themes](https://github.com/piitaya/lovelace-mushroom-themes) to have this style. It's the Mushroom Shadow theme.

@dmulcahey How does it work with `translation_key` ? Where the translations file should be located?

I updated to quirk v2. I didn't add the `enum` to create the select entity because of multiple reason : 1. `entity_type` seems to not work with `standard`. Also, why...