[CARTE] Button-Card

J’oublier avec card_mod, pour enlever les bordures:

        style: |
          ha-card {
            border-width: 0px !important;
          }

ou

        style:
          .: |
            :host {
              --border-width: 0px !important;
            }
2 « J'aime »