fineemb / lovelace-thermostat-card

Thermostat Lovelace card
Other
109 stars 27 forks source link

Show Humidity? #28

Open lolfonfire opened 3 years ago

lolfonfire commented 3 years ago

Hi,

Is there a way to also show the humidity? On this Github page I've noticed a yellow raindrop with percentage icon: Humidity_icon So I suppose this is the humidity level? On your Github there is no parameter to add/hide the humidity sensor. Currently I'm using another custom thermostat because I want to visualize the humidity/room (thermostat) So If I could also see the humidity in your lovelace-thermostat-card I would instantly switch. Humidity

  - type: 'custom:simple-thermostat'
    id: tado_thermostat_bathroom
    name: "BATHROOM"
    entity: climate.badkamer
    step_layout: row
    icon: false
    step_size: 1
    sensors:
      - entity: sensor.badkamer_humidity
        name: Humidity
    control:
      hvac:
        some_mode: false
        another_mode: false

  - type: 'custom:thermostat-card'
    title: BATHROOM
    entity: climate.badkamer
    small_i: true

Thanks!