What do you have behind script.office_fan_set_speed
? If you test the exact value in your script, that why itâs doesnât work.
Can we use conditional statements in just template cards or any other cards?
I use:
icon_color: >-
{% set robot = states('vacuum.robot') %}{% if robot == 'cleaning'
%}amber{% else %}grey{% endif %}
Templatable parameters are accepted for template card, template chip and title card (as Iâm aware of).
Somehow funny that now most of the discussions in this thread is about yaml.
Will there be GUI to setup confirmation messages? I did not see it at all in docs But nice feature to avoid false pushes (children love to play and touch everyting )
I think most can set it up without any yaml, at least 90% works great for me. The custom user specific stuff still needs some yaml, but itâs done in de ui here.
Mushroom used the home assistant action input for the GUI and itâs seems that it doesnât support confirmation messages. You can add it in the yaml config if you need it (I think most of users donât need it)
If someone add it to home assistant, it will be visible to mushroom GUI as well.
@arganto, yes itâs funny . A lot of people want to do very custom things. These things can be done using template card/chip and title but Home Assistant templates can be complicated .
We will try to keep Mushroom as simple as possible. The biggest challenge is to find the best balance between customization and ease of use.
Tap action not working with template cards or chips
Do you have any information, configuration to share ? Nobody has reported something like this before.
If youâre trying to toggle an entity, set the Tap Action to Toggle instead of Default Action.
type: custom:mushroom-template-card
primary: Yousaf Presence
entity_id: binary_sensor.yousaf_presence
secondary: |
{% if is_state('binary_sensor.yousaf_presence', 'on') %}
Home
{% else %}
Away
{% endif %}
icon: mdi:home
icon_color: |
{% if is_state('binary_sensor.yousaf_presence', 'on') %}
green
{% else %}
red
{% endif %}
vertical: true
tap_action:
action: more-info
If i press the entity nothing comes up
Itâs because more-info is not supported for template cards/chips.
Came across the Mushroom cards and loving my new dashboard. Looks like a thermostat card is in the works? Checked out 7ahangâs work on Behanve I think it would be awesome if you had the thermostat and media cards similar to 7ahang. Any idea as to when these would be coming out? Iâve never been fond of the thermostat cards thus far in home assistant.
Thermostat card and climate are in the work. I just prefer to fix the first feedback from the community.
For those who are interested, I just added a conditional chip in the v1.0.5. It just works like the official conditional card but for chips.
This is fantastic! Very excited to dig into it this weekend.
Thank you for this! I was just doing a ground up redo of my HA and just so happened to find this. I was previously doing custom button cards with a heavily customized theme. I was able to reproduce everything in minutes using this theme and with a much better user experience.
+1 to finally having touch friendly sliders.
My setup is mostly mushroom cards and some built-in cards put into vertical stacks and grids. One mobile the vertical stacks fall into a really nice single column experience.
Really nice! Keep up the good work
Maybe an idea to hide the âlight slidersâ when the light is off