Good morning, I'm trying to figure out how to remove the background of the first card after the Dashboard, and can't seem to find a way?
That rectangle seems off there, the code of that part is:
primary: |-
{% set time = now().hour %}
{% if (time >= 20) %}
Boa noite, {{user}}
{% elif (time >= 12) %}
Boa tarde, {{user}}
{% elif (time >= 5) %}
Bom dia, {{user}}
{% else %}
Hello, {{user}}
{% endif %}
secondary: '{{ states(''input_text.jarvis_chat'') }}'
icon: mdi:robot-excited-outline
icon_color: ''
fill_container: true
picture: https://s9.gifyu.com/images/LE57.gif
multiline_secondary: true
layout: vertical
entity: input_text.jarvis_chat
tap_action:
action: more-info