- 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: input_select.daikin_fan_speed
- icon: mdi:fan
- - 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
- - type: vertical-stack
- cards:
- - type: horizontal-stack
- cards:
- - type: custom:button-card
- entity: input_boolean.daikin_v_swing
- color_type: card
- color: rgb(43, 154, 249)
- icon: mdi:send
- name: V SWING
- size: 20%
- - type: custom:button-card
- entity: input_boolean.daikin_h_swing
- color_type: label-card
- color: rgb(43, 154, 249)
- icon: mdi:snowman
- name: H SWING
- size: 20%
- - type: custom:button-card
- entity: input_select.daikin_fan_speed
- color_type: card
- color: rgb(43, 154, 249)
- icon: mdi:fan-minus
- name: FAN -
- size: 20%
- tap_action:
- action: call-service
- service: input_select.select_previous
- service_data:
- cycle: false
- entity_id: input_select.daikin_fan_speed
- - type: custom:button-card
- entity: input_select.daikin_fan_speed
- color_type: card
- color: rgb(43, 154, 249)
- name: FAN +
- size: 20%
- icon: mdi:fan-plus
- tap_action:
- action: call-service
- service: input_select.select_next
- service_data:
- cycle: false
- entity_id: input_select.daikin_fan_speed