version: "1.0"
name: "Large Smart House"
description: "Two-story smart home with comprehensive automation across all floors including multiple climate zones, advanced lighting, security, and entertainment systems"

rooms:
  # Floor 1
  - id: foyer
    name: "Foyer"
    category: entryway
  - id: living-room
    name: "Living Room"
    category: living_room
  - id: family-room
    name: "Family Room"
    category: living_room
  - id: kitchen
    name: "Kitchen"
    category: kitchen
  - id: dining-room
    name: "Dining Room"
    category: dining_room
  - id: office
    name: "Home Office"
    category: office
  - id: powder-room
    name: "Powder Room"
    category: bathroom
  - id: mudroom
    name: "Mudroom"
    category: entryway
  - id: laundry
    name: "Laundry Room"
    category: laundry
  - id: garage
    name: "Garage"
    category: garage
  # Floor 2
  - id: upper-hallway
    name: "Upper Hallway"
    category: hallway
  - id: master-suite
    name: "Master Suite"
    category: bedroom
  - id: master-bathroom
    name: "Master Bathroom"
    category: bathroom
  - id: master-closet
    name: "Master Closet"
    category: closet
  - id: bedroom-2
    name: "Bedroom 2"
    category: bedroom
  - id: bedroom-3
    name: "Bedroom 3"
    category: bedroom
  - id: bedroom-4
    name: "Bedroom 4"
    category: bedroom
  - id: bathroom-2
    name: "Bathroom 2"
    category: bathroom
  - id: bathroom-3
    name: "Bathroom 3"
    category: bathroom
  - id: bonus-room
    name: "Bonus Room"
    category: media_room
  # Outdoor
  - id: front-porch
    name: "Front Porch"
    type: zone
    category: outdoor_walkway
  - id: back-patio
    name: "Back Patio"
    type: zone
    category: outdoor_terrace
  - id: pool-area
    name: "Pool Area"
    type: zone
    category: outdoor_garden
  - id: backyard
    name: "Backyard"
    type: zone
    category: outdoor_backyard

devices:
  # ============================================================================
  # FLOOR 1 - FOYER
  # ============================================================================
  - id: "10000001-0001-4000-8000-000000000002"
    name: "Foyer Chandelier"
    category: lighting
    room: foyer
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "10000001-0001-4000-8000-000000000020"
            category: on
            value: true
          - category: brightness
            value: 80
          - category: color_temperature
            value: 3000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Foyer Accent Sconces"
    category: lighting
    room: foyer
    lighting_role: accent
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 40
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "10000001-0001-4000-8000-000000000003"
    name: "Front Door Lock"
    category: lock
    room: foyer
    behavior_mode: realistic
    channels:
      - category: lock
        properties:
          - id: "10000001-0001-4000-8000-000000000030"
            category: status
            value: "locked"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Front Door Sensor"
    category: sensor
    room: foyer
    channels:
      - category: contact
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Video Doorbell"
    category: doorbell
    room: foyer
    channels:
      - category: doorbell
        properties:
          - category: event
            value: "single_press"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Foyer Motion Sensor"
    category: sensor
    room: foyer
    auto_simulate: true
    simulate_interval: 5000
    channels:
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Main Thermostat"
    category: thermostat
    room: foyer
    auto_simulate: true
    simulate_interval: 60000
    behavior_mode: realistic
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 22.0
      - category: heater
        properties:
          - category: on
            value: false
          - category: temperature
            value: 21.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - LIVING ROOM
  # ============================================================================
  - id: "10000001-0001-4000-8000-000000000001"
    name: "Living Room Ceiling Light"
    category: lighting
    room: living-room
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "10000001-0001-4000-8000-000000000010"
            category: on
            value: true
          - id: "10000001-0001-4000-8000-000000000011"
            category: brightness
            value: 80
          - category: color_temperature
            value: 4000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Recessed Lights"
    category: lighting
    room: living-room
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 60
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Accent Cove"
    category: lighting
    room: living-room
    lighting_role: accent
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 40
          - category: hue
            value: 30
          - category: saturation
            value: 70
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Floor Lamp"
    category: lighting
    room: living-room
    lighting_role: ambient
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 50
          - category: color_temperature
            value: 2700
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Table Lamp"
    category: lighting
    room: living-room
    lighting_role: ambient
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 40
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Climate Sensor"
    category: sensor
    room: living-room
    auto_simulate: true
    simulate_interval: 30000
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 22.5
      - category: humidity
        properties:
          - category: humidity
            value: 45
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Air Purifier"
    category: air_purifier
    room: living-room
    auto_simulate: true
    channels:
      - category: fan
        properties:
          - category: on
            value: true
          - category: speed
            value: "low"
      - category: air_quality
        properties:
          - category: level
            value: "excellent"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Sheer Curtains Left"
    category: window_covering
    room: living-room
    auto_simulate: true
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 100
          - category: type
            value: "curtain"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Sheer Curtains Right"
    category: window_covering
    room: living-room
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 100
          - category: type
            value: "curtain"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Solar Shades"
    category: window_covering
    room: living-room
    auto_simulate: true
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 50
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Living Room Window Sensor"
    category: sensor
    room: living-room
    channels:
      - category: contact
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - FAMILY ROOM
  # ============================================================================
  - name: "Family Room Ceiling Fan"
    category: fan
    room: family-room
    auto_simulate: true
    channels:
      - category: fan
        properties:
          - category: on
            value: true
          - category: speed
            value: "medium"
          - category: direction
            value: "clockwise"
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 70
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Family Room Recessed Lights"
    category: lighting
    room: family-room
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 80
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Family Room TV"
    category: television
    room: family-room
    behavior_mode: realistic
    channels:
      - category: television
        properties:
          - category: on
            value: false
      - category: speaker
        properties:
          - category: volume
            value: 20
          - category: active
            value: true
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Family Room Soundbar"
    category: speaker
    room: family-room
    behavior_mode: realistic
    channels:
      - category: speaker
        properties:
          - category: active
            value: false
          - category: volume
            value: 30
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Family Room Accent Lights"
    category: lighting
    room: family-room
    lighting_role: accent
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 30
          - category: hue
            value: 280
          - category: saturation
            value: 60
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Family Room Motorized Blinds"
    category: window_covering
    room: family-room
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 0
          - category: tilt
            value: 45
          - category: type
            value: "blind"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Family Room Blackout Shades"
    category: window_covering
    room: family-room
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 0
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - KITCHEN
  # ============================================================================
  - id: "10000001-0001-4000-8000-000000000005"
    name: "Kitchen Main Light"
    category: lighting
    room: kitchen
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "10000001-0001-4000-8000-000000000050"
            category: on
            value: true
          - id: "10000001-0001-4000-8000-000000000051"
            category: brightness
            value: 100
          - category: color_temperature
            value: 5000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Under-Cabinet Lights"
    category: lighting
    room: kitchen
    lighting_role: task
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 80
          - category: color_temperature
            value: 4500
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Island Pendants"
    category: lighting
    room: kitchen
    lighting_role: ambient
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 70
          - category: color_temperature
            value: 3000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Pantry Light"
    category: lighting
    room: kitchen
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Outlet - Coffee Maker"
    category: outlet
    room: kitchen
    auto_simulate: true
    channels:
      - category: outlet
        properties:
          - category: on
            value: true
      - category: electrical_power
        properties:
          - category: power
            value: 950.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Outlet - Toaster"
    category: outlet
    room: kitchen
    channels:
      - category: outlet
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Outlet - Mixer"
    category: outlet
    room: kitchen
    auto_simulate: true
    channels:
      - category: outlet
        properties:
          - category: on
            value: true
      - category: electrical_power
        properties:
          - category: power
            value: 300.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Smoke Detector"
    category: sensor
    room: kitchen
    channels:
      - category: smoke
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Sink Leak Sensor"
    category: sensor
    room: kitchen
    channels:
      - category: leak
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Dishwasher Leak Sensor"
    category: sensor
    room: kitchen
    channels:
      - category: leak
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Roman Shades"
    category: window_covering
    room: kitchen
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 100
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - DINING ROOM
  # ============================================================================
  - name: "Dining Room Chandelier"
    category: lighting
    room: dining-room
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 60
          - category: color_temperature
            value: 2700
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Dining Room Accent Sconces"
    category: lighting
    room: dining-room
    lighting_role: accent
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 30
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Dining Room Curtains"
    category: window_covering
    room: dining-room
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 100
          - category: type
            value: "curtain"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - OFFICE
  # ============================================================================
  - name: "Office Ceiling Light"
    category: lighting
    room: office
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 80
          - category: color_temperature
            value: 5000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Office Desk Lamp"
    category: lighting
    room: office
    lighting_role: task
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 90
          - category: color_temperature
            value: 5500
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Office Ambient Light"
    category: lighting
    room: office
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 40
          - category: hue
            value: 200
          - category: saturation
            value: 30
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Office Air Quality Monitor"
    category: sensor
    room: office
    auto_simulate: true
    simulate_interval: 30000
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 22.5
      - category: humidity
        properties:
          - category: humidity
            value: 42
      - category: carbon_dioxide
        properties:
          - category: concentration
            value: 650
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Office Roller Shade"
    category: window_covering
    room: office
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 75
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - POWDER ROOM
  # ============================================================================
  - name: "Powder Room Light"
    category: lighting
    room: powder-room
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Powder Room Fan"
    category: fan
    room: powder-room
    channels:
      - category: fan
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - MUDROOM
  # ============================================================================
  - name: "Mudroom Light"
    category: lighting
    room: mudroom
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Side Door Lock"
    category: lock
    room: mudroom
    behavior_mode: realistic
    channels:
      - category: lock
        properties:
          - category: status
            value: "locked"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Side Door Sensor"
    category: sensor
    room: mudroom
    channels:
      - category: contact
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - LAUNDRY
  # ============================================================================
  - name: "Laundry Room Light"
    category: lighting
    room: laundry
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Laundry Washer Outlet"
    category: outlet
    room: laundry
    auto_simulate: true
    channels:
      - category: outlet
        properties:
          - category: on
            value: true
      - category: electrical_power
        properties:
          - category: power
            value: 450.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Laundry Dryer Outlet"
    category: outlet
    room: laundry
    auto_simulate: true
    channels:
      - category: outlet
        properties:
          - category: on
            value: true
      - category: electrical_power
        properties:
          - category: power
            value: 2200.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Laundry Leak Sensor"
    category: sensor
    room: laundry
    channels:
      - category: leak
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 1 - GARAGE
  # ============================================================================
  - name: "Garage Main Lights"
    category: lighting
    room: garage
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Garage Workbench Light"
    category: lighting
    room: garage
    lighting_role: task
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Garage Door Sensor"
    category: sensor
    room: garage
    channels:
      - category: contact
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Garage Motion Sensor"
    category: sensor
    room: garage
    auto_simulate: true
    simulate_interval: 5000
    channels:
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Garage Smart Outlet"
    category: outlet
    room: garage
    channels:
      - category: outlet
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Garage Freezer Outlet"
    category: outlet
    room: garage
    auto_simulate: true
    channels:
      - category: outlet
        properties:
          - category: on
            value: true
      - category: electrical_power
        properties:
          - category: power
            value: 120.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - UPPER HALLWAY
  # ============================================================================
  - name: "Upper Hallway Light"
    category: lighting
    room: upper-hallway
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 50
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Upper Hallway Motion Sensor"
    category: sensor
    room: upper-hallway
    auto_simulate: true
    simulate_interval: 5000
    channels:
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Upper Hallway Smoke Detector"
    category: sensor
    room: upper-hallway
    channels:
      - category: smoke
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Upstairs Thermostat"
    category: thermostat
    room: upper-hallway
    auto_simulate: true
    simulate_interval: 60000
    behavior_mode: realistic
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 21.5
      - category: heater
        properties:
          - category: on
            value: false
          - category: temperature
            value: 21.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - MASTER SUITE
  # ============================================================================
  - id: "10000001-0001-4000-8000-000000000004"
    name: "Master Bedroom Main Light"
    category: lighting
    room: master-suite
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "10000001-0001-4000-8000-000000000040"
            category: on
            value: false
          - category: brightness
            value: 70
          - category: color_temperature
            value: 2700
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Bedside Left"
    category: lighting
    room: master-suite
    lighting_role: ambient
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 30
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Bedside Right"
    category: lighting
    room: master-suite
    lighting_role: ambient
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 30
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Accent Strip"
    category: lighting
    room: master-suite
    lighting_role: accent
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 20
          - category: hue
            value: 240
          - category: saturation
            value: 50
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Ceiling Fan"
    category: fan
    room: master-suite
    channels:
      - category: fan
        properties:
          - category: on
            value: false
          - category: speed
            value: "low"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom TV"
    category: television
    room: master-suite
    behavior_mode: realistic
    channels:
      - category: television
        properties:
          - category: on
            value: false
      - category: speaker
        properties:
          - category: volume
            value: 15
          - category: active
            value: true
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Climate Sensor"
    category: sensor
    room: master-suite
    auto_simulate: true
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 21.0
      - category: humidity
        properties:
          - category: humidity
            value: 50
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom AC"
    category: air_conditioner
    room: master-suite
    auto_simulate: true
    behavior_mode: realistic
    channels:
      - category: cooler
        properties:
          - category: on
            value: false
          - category: temperature
            value: 22.0
      - category: temperature
        properties:
          - category: temperature
            value: 23.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Humidifier"
    category: air_humidifier
    room: master-suite
    auto_simulate: true
    behavior_mode: realistic
    channels:
      - category: humidifier
        properties:
          - category: on
            value: false
          - category: humidity
            value: 50
      - category: humidity
        properties:
          - category: humidity
            value: 45
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Blackout Shades"
    category: window_covering
    room: master-suite
    auto_simulate: true
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 0
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Sheer Curtains"
    category: window_covering
    room: master-suite
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 100
          - category: type
            value: "curtain"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Motion Sensor"
    category: sensor
    room: master-suite
    auto_simulate: true
    simulate_interval: 5000
    channels:
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - MASTER BATHROOM
  # ============================================================================
  - name: "Master Bath Main Light"
    category: lighting
    room: master-bathroom
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
          - category: color_temperature
            value: 5000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bath Vanity Light"
    category: lighting
    room: master-bathroom
    lighting_role: task
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 80
          - category: color_temperature
            value: 4000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bath Shower Light"
    category: lighting
    room: master-bathroom
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bath Exhaust Fan"
    category: fan
    room: master-bathroom
    channels:
      - category: fan
        properties:
          - category: on
            value: false
          - category: speed
            value: "low"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bath Humidity Sensor"
    category: sensor
    room: master-bathroom
    auto_simulate: true
    channels:
      - category: humidity
        properties:
          - category: humidity
            value: 55
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bath Leak Sensor"
    category: sensor
    room: master-bathroom
    channels:
      - category: leak
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bath Dehumidifier"
    category: air_dehumidifier
    room: master-bathroom
    auto_simulate: true
    channels:
      - category: dehumidifier
        properties:
          - category: on
            value: false
          - category: humidity
            value: 50
      - category: humidity
        properties:
          - category: humidity
            value: 58
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - MASTER CLOSET
  # ============================================================================
  - name: "Master Closet Light"
    category: lighting
    room: master-closet
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Closet Motion Sensor"
    category: sensor
    room: master-closet
    auto_simulate: true
    channels:
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - BEDROOM 2
  # ============================================================================
  - name: "Bedroom 2 Ceiling Light"
    category: lighting
    room: bedroom-2
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bedroom 2 Desk Lamp"
    category: lighting
    room: bedroom-2
    lighting_role: task
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 70
          - category: color_temperature
            value: 5000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bedroom 2 Ceiling Fan"
    category: fan
    room: bedroom-2
    channels:
      - category: fan
        properties:
          - category: on
            value: false
          - category: speed
            value: "medium"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bedroom 2 Roller Shade"
    category: window_covering
    room: bedroom-2
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 50
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - BEDROOM 3
  # ============================================================================
  - name: "Bedroom 3 Ceiling Light"
    category: lighting
    room: bedroom-3
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bedroom 3 Bedside Lamp"
    category: lighting
    room: bedroom-3
    lighting_role: ambient
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 40
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bedroom 3 Ceiling Fan"
    category: fan
    room: bedroom-3
    channels:
      - category: fan
        properties:
          - category: on
            value: false
          - category: speed
            value: "low"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bedroom 3 Roller Shade"
    category: window_covering
    room: bedroom-3
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 0
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - BEDROOM 4
  # ============================================================================
  - name: "Bedroom 4 Ceiling Light"
    category: lighting
    room: bedroom-4
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bedroom 4 Nightlight"
    category: lighting
    room: bedroom-4
    lighting_role: night
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 10
          - category: hue
            value: 30
          - category: saturation
            value: 80
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bedroom 4 Roller Shade"
    category: window_covering
    room: bedroom-4
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 0
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - BATHROOM 2
  # ============================================================================
  - name: "Bathroom 2 Light"
    category: lighting
    room: bathroom-2
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bathroom 2 Fan"
    category: fan
    room: bathroom-2
    channels:
      - category: fan
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bathroom 2 Humidity Sensor"
    category: sensor
    room: bathroom-2
    auto_simulate: true
    channels:
      - category: humidity
        properties:
          - category: humidity
            value: 50
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - BATHROOM 3
  # ============================================================================
  - name: "Bathroom 3 Light"
    category: lighting
    room: bathroom-3
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bathroom 3 Fan"
    category: fan
    room: bathroom-3
    channels:
      - category: fan
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # FLOOR 2 - BONUS ROOM
  # ============================================================================
  - name: "Bonus Room Main Light"
    category: lighting
    room: bonus-room
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 80
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bonus Room Accent Lights"
    category: lighting
    room: bonus-room
    lighting_role: accent
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 40
          - category: hue
            value: 280
          - category: saturation
            value: 70
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bonus Room TV"
    category: television
    room: bonus-room
    behavior_mode: realistic
    channels:
      - category: television
        properties:
          - category: on
            value: false
      - category: speaker
        properties:
          - category: volume
            value: 25
          - category: active
            value: true
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Bonus Room Ceiling Fan"
    category: fan
    room: bonus-room
    channels:
      - category: fan
        properties:
          - category: on
            value: false
          - category: speed
            value: "medium"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # OUTDOOR - FRONT PORCH
  # ============================================================================
  - name: "Front Porch Light"
    category: lighting
    room: front-porch
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Front Porch Motion Sensor"
    category: sensor
    room: front-porch
    auto_simulate: true
    simulate_interval: 5000
    channels:
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # OUTDOOR - BACK PATIO
  # ============================================================================
  - name: "Back Patio Ceiling Light"
    category: lighting
    room: back-patio
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Back Patio String Lights"
    category: lighting
    room: back-patio
    lighting_role: accent
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 70
          - category: hue
            value: 45
          - category: saturation
            value: 80
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Back Patio Ceiling Fan"
    category: fan
    room: back-patio
    channels:
      - category: fan
        properties:
          - category: on
            value: false
          - category: speed
            value: "high"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Patio Door Lock"
    category: lock
    room: back-patio
    behavior_mode: realistic
    channels:
      - category: lock
        properties:
          - category: status
            value: "locked"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Patio Door Sensor"
    category: sensor
    room: back-patio
    channels:
      - category: contact
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Patio Motorized Awning"
    category: window_covering
    room: back-patio
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - category: position
            value: 0
          - category: type
            value: "outdoor_blind"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Patio Heater Outlet"
    category: outlet
    room: back-patio
    channels:
      - category: outlet
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # OUTDOOR - POOL AREA
  # ============================================================================
  - name: "Pool Area Lights"
    category: lighting
    room: pool-area
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Pool Underwater Lights"
    category: lighting
    room: pool-area
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 80
          - category: hue
            value: 200
          - category: saturation
            value: 90
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Pool Pump Outlet"
    category: outlet
    room: pool-area
    auto_simulate: true
    channels:
      - category: outlet
        properties:
          - category: on
            value: true
      - category: electrical_power
        properties:
          - category: power
            value: 1500.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Pool Heater Outlet"
    category: outlet
    room: pool-area
    auto_simulate: true
    channels:
      - category: outlet
        properties:
          - category: on
            value: false
      - category: electrical_power
        properties:
          - category: power
            value: 0.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Pool Temperature Sensor"
    category: sensor
    room: pool-area
    auto_simulate: true
    simulate_interval: 60000
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 28.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # OUTDOOR - BACKYARD
  # ============================================================================
  - name: "Backyard Flood Lights"
    category: lighting
    room: backyard
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Backyard Path Lights"
    category: lighting
    room: backyard
    lighting_role: ambient
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 50
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Backyard Garden Lights"
    category: lighting
    room: backyard
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 40
          - category: hue
            value: 120
          - category: saturation
            value: 60
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Backyard Weather Station"
    category: sensor
    room: backyard
    auto_simulate: true
    simulate_interval: 60000
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 18.0
      - category: humidity
        properties:
          - category: humidity
            value: 65
      - category: illuminance
        properties:
          - category: illuminance
            value: 500
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Garden Sprinkler Zone 1"
    category: sprinkler
    room: backyard
    channels:
      - category: valve
        properties:
          - category: on
            value: false
          - category: type
            value: "irrigation"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Garden Sprinkler Zone 2"
    category: sprinkler
    room: backyard
    channels:
      - category: valve
        properties:
          - category: on
            value: false
          - category: type
            value: "irrigation"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Garden Sprinkler Zone 3"
    category: sprinkler
    room: backyard
    channels:
      - category: valve
        properties:
          - category: on
            value: false
          - category: type
            value: "irrigation"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Backyard Motion Sensor"
    category: sensor
    room: backyard
    auto_simulate: true
    simulate_interval: 5000
    channels:
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

scenes:
  - name: "Good Night"
    category: night
    actions:
      - device_id: "10000001-0001-4000-8000-000000000001"
        property_id: "10000001-0001-4000-8000-000000000010"
        value: false
      - device_id: "10000001-0001-4000-8000-000000000002"
        property_id: "10000001-0001-4000-8000-000000000020"
        value: false
      - device_id: "10000001-0001-4000-8000-000000000004"
        property_id: "10000001-0001-4000-8000-000000000040"
        value: false
      - device_id: "10000001-0001-4000-8000-000000000003"
        property_id: "10000001-0001-4000-8000-000000000030"
        value: "locked"

  - name: "Good Morning"
    category: morning
    actions:
      - device_id: "10000001-0001-4000-8000-000000000005"
        property_id: "10000001-0001-4000-8000-000000000050"
        value: true
      - device_id: "10000001-0001-4000-8000-000000000005"
        property_id: "10000001-0001-4000-8000-000000000051"
        value: 100
      - device_id: "10000001-0001-4000-8000-000000000002"
        property_id: "10000001-0001-4000-8000-000000000020"
        value: true
      - device_id: "10000001-0001-4000-8000-000000000003"
        property_id: "10000001-0001-4000-8000-000000000030"
        value: "unlocked"
