# A ducted air conditioning dashboard
# From Synced: https://synced.com.au/learn/ecosystems/home-assistant/dashboards/ducted-air-conditioning
# Captured on Home Assistant 2026.7.1
title: Air con
views:
  - title: Aircon
    path: aircon
    type: sections
    max_columns: 2
    badges:
      - type: entity
        entity: climate.home
        name: Master control
        show_name: true
        show_state: true
        state_content:
          - state
          - current_temperature
      - type: entity
        entity: weather.heathmont
        show_name: true
        show_state: true
        color: blue
      - type: entity
        entity: sensor.hue_motion_sensor_3_temperature
        show_name: true
        show_state: true
        color: amber
    sections:
      - type: grid
        column_span: 1
        cards:
          - type: heading
            heading: Whole home
            heading_style: title
            icon: mdi:air-conditioner
          - type: thermostat
            entity: climate.home
            name: Master control
            features:
              - type: climate-hvac-modes
                style: icons
                hvac_modes:
                  - cool
                  - heat
                  - fan_only
                  - auto
                  - "off"
              - type: climate-fan-modes
                style: dropdown
            grid_options:
              columns: full
              rows: 8
      - type: grid
        column_span: 1
        cards:
          - type: heading
            heading: Zones
            heading_style: title
            icon: mdi:home-thermometer
          - type: tile
            entity: climate.living
            name: Zone 1
            icon: mdi:home-thermometer
            icon_tap_action:
              action: toggle
            features:
              - type: target-temperature
            grid_options:
              columns: full
              rows: 4
          - type: tile
            entity: climate.theatre
            name: Zone 2
            icon: mdi:home-thermometer
            icon_tap_action:
              action: toggle
            features:
              - type: target-temperature
            grid_options:
              columns: 6
              rows: 4
          - type: tile
            entity: climate.bedrooms
            name: Zone 3
            icon: mdi:home-thermometer
            icon_tap_action:
              action: toggle
            features:
              - type: target-temperature
            grid_options:
              columns: 6
              rows: 4
