This paste brought to you by Pastebin. View Raw

  1. type: custom:vertical-stack-in-card
  2. cards:
  3.   - type: custom:simple-thermostat
  4.     entity: climate.rocku_climate
  5.     decimals: '0'
  6.     step_layout: column
  7.     step_size: '1'
  8.     sensors:
  9.       - entity: sensor.rocku_climate_temperature
  10.         icon: mdi:temperature-celsius
  11.       - entity: sensor.rocku_climate_humidity
  12.         icon: mdi:water-percent
  13.     hide:
  14.       temperature: true
  15.     control:
  16.       hvac:
  17.         'off': true
  18.         cool: true
  19.         heat: false
  20.         heat_cool: false
  21.         dry: true
  22.         fan_only: true
  23.       _names: false
  24.       _headings: false
  25.     style: |
  26.       ha-card {
  27.         --st-font-size-xl: 90px;
  28.         --st-font-size-m: 30px;
  29.         --st-font-size-title: 20px;
  30.         --st-font-size-sensors: 18px;
  31.         --st-spacing: 2px;
  32.       }
  33.     icon: mdi:air-conditioner