Devqon / lovelace-mini-thermostat

A mini lovelace card for controlling a thermostat
MIT License
13 stars 6 forks source link

Smaller title/name size adjustments #11

Open artkrz opened 4 years ago

artkrz commented 4 years ago

Grate card. Could you add an option to adjust size of the title? I want to stack multiple cards and it takes a lot of space even now when I have 2 thermostats.

obraz

Devqon commented 4 years ago

There are several ways to fix this, and you can already take full control already with the card mod tools.

Something like this would work:

    - type: custom:mini-thermostat
      entity: climate.my_thermostat
      style: |
        :host {
          --ha-card-header-font-size: 10px;
        }
        :host .card-header {
          line-height: 10px;
        }
        :host mwc-button {
          padding-top: 2px;
          padding-bottom: 2px;
        }
      name: Tiny header
digitalcyber commented 4 years ago

Nice card! Can you make it show when a room is heating up? Mabye change the thermostat icon in a yellow flame..