- type: custom:vertical-stack-in-card
- cards:
- - type: custom:simple-thermostat
- entity: climate.rocku_climate
- decimals: '0'
- step_layout: column
- step_size: '1'
- sensors:
- - entity: sensor.rocku_climate_temperature
- icon: mdi:temperature-celsius
- - entity: sensor.rocku_climate_humidity
- icon: mdi:water-percent
- hide:
- temperature: true
- control:
- hvac:
- 'off': true
- cool: true
- heat: false
- heat_cool: false
- dry: true
- fan_only: true
- _names: false
- _headings: false
- style: |
- ha-card {
- --st-font-size-xl: 90px;
- --st-font-size-m: 30px;
- --st-font-size-title: 20px;
- --st-font-size-sensors: 18px;
- --st-spacing: 2px;
- }
- icon: mdi:air-conditioner