version: "1.0"
name: "Smart House"
description: "Single-floor smart home with comprehensive automation, climate control, security, and entertainment systems"

rooms:
  - id: living-room
    name: "Living Room"
    category: living_room
  - id: family-room
    name: "Family Room"
    category: living_room
  - id: master-bedroom
    name: "Master Bedroom"
    category: bedroom
  - id: bedroom-2
    name: "Bedroom 2"
    category: bedroom
  - id: bedroom-3
    name: "Bedroom 3"
    category: bedroom
  - id: master-bathroom
    name: "Master Bathroom"
    category: bathroom
  - id: bathroom-2
    name: "Bathroom 2"
    category: bathroom
  - id: kitchen
    name: "Kitchen"
    category: kitchen
  - id: dining-room
    name: "Dining Room"
    category: dining_room
  - id: home-office
    name: "Home Office"
    category: office
  - id: laundry
    name: "Laundry Room"
    category: laundry
  - id: garage
    name: "Garage"
    category: garage
  - id: foyer
    name: "Foyer"
    category: entryway
  - id: hallway
    name: "Hallway"
    category: hallway
  - id: patio
    name: "Patio"
    type: zone
    category: outdoor_terrace
  - id: backyard
    name: "Backyard"
    type: zone
    category: outdoor_backyard

devices:
  # ============================================================================
  # LIVING ROOM
  # ============================================================================
  - id: "f0000001-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: "f0000001-0001-4000-8000-000000000010"
            category: on
            value: true
          - id: "f0000001-0001-4000-8000-000000000011"
            category: brightness
            value: 80
          - category: color_temperature
            value: 4000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "f0000001-0001-4000-8000-000000000012"
    name: "Living Room Recessed Lights"
    category: lighting
    room: living-room
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "f0000001-0001-4000-8000-000000000120"
            category: on
            value: true
          - id: "f0000001-0001-4000-8000-000000000121"
            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 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"
    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 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"

  # ============================================================================
  # 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"

  - id: "f0000001-0001-4000-8000-000000000002"
    name: "Family Room TV"
    category: television
    room: family-room
    behavior_mode: realistic
    channels:
      - category: television
        properties:
          - id: "f0000001-0001-4000-8000-000000000020"
            category: on
            value: false
      - category: speaker
        properties:
          - category: volume
            value: 20
          - category: active
            value: true
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "f0000001-0001-4000-8000-00000000000d"
    name: "Family Room Soundbar"
    category: speaker
    room: family-room
    behavior_mode: realistic
    channels:
      - category: speaker
        properties:
          - id: "f0000001-0001-4000-8000-0000000000d0"
            category: active
            value: false
          - id: "f0000001-0001-4000-8000-0000000000d1"
            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"

  - id: "f0000001-0001-4000-8000-000000000003"
    name: "Family Room Motorized Blinds"
    category: window_covering
    room: family-room
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - id: "f0000001-0001-4000-8000-000000000030"
            category: position
            value: 0
          - category: tilt
            value: 45
          - category: type
            value: "blind"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # MASTER BEDROOM
  # ============================================================================
  - id: "f0000001-0001-4000-8000-000000000004"
    name: "Master Bedroom Main Light"
    category: lighting
    room: master-bedroom
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "f0000001-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"

  - id: "f0000001-0001-4000-8000-000000000009"
    name: "Master Bedroom Bedside Left"
    category: lighting
    room: master-bedroom
    lighting_role: ambient
    channels:
      - category: light
        properties:
          - id: "f0000001-0001-4000-8000-000000000090"
            category: on
            value: false
          - id: "f0000001-0001-4000-8000-000000000091"
            category: brightness
            value: 30
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

  - id: "f0000001-0001-4000-8000-00000000000a"
    name: "Master Bedroom Ceiling Fan"
    category: fan
    room: master-bedroom
    channels:
      - category: fan
        properties:
          - id: "f0000001-0001-4000-8000-0000000000a0"
            category: on
            value: false
          - category: speed
            value: "low"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Climate Sensor"
    category: sensor
    room: master-bedroom
    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"

  - id: "f0000001-0001-4000-8000-00000000000b"
    name: "Master Bedroom AC"
    category: air_conditioner
    room: master-bedroom
    auto_simulate: true
    behavior_mode: realistic
    channels:
      - category: cooler
        properties:
          - id: "f0000001-0001-4000-8000-0000000000b0"
            category: on
            value: false
          - id: "f0000001-0001-4000-8000-0000000000b1"
            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-bedroom
    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"

  - id: "f0000001-0001-4000-8000-000000000005"
    name: "Master Bedroom Blackout Shades"
    category: window_covering
    room: master-bedroom
    auto_simulate: true
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - id: "f0000001-0001-4000-8000-000000000050"
            category: position
            value: 0
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "f0000001-0001-4000-8000-00000000000c"
    name: "Master Bedroom Sheer Curtains"
    category: window_covering
    room: master-bedroom
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - id: "f0000001-0001-4000-8000-0000000000c0"
            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-bedroom
    auto_simulate: true
    simulate_interval: 5000
    channels:
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # 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"

  # ============================================================================
  # 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 Nightlight"
    category: lighting
    room: bedroom-3
    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 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"

  # ============================================================================
  # MASTER BATHROOM
  # ============================================================================
  - name: "Master Bathroom 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 Bathroom 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 Bathroom Exhaust Fan"
    category: fan
    room: master-bathroom
    channels:
      - category: fan
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bathroom 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 Bathroom 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 Bathroom 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"

  # ============================================================================
  # 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"

  # ============================================================================
  # KITCHEN
  # ============================================================================
  - name: "Kitchen Ceiling Light"
    category: lighting
    room: kitchen
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - 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: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Smart Outlet - Coffee"
    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 Smart Outlet - Toaster"
    category: outlet
    room: kitchen
    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: "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 Leak Sensor"
    category: sensor
    room: kitchen
    channels:
      - category: leak
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Roller Blind"
    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"

  # ============================================================================
  # DINING ROOM
  # ============================================================================
  - id: "f0000001-0001-4000-8000-000000000016"
    name: "Dining Room Chandelier"
    category: lighting
    room: dining-room
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "f0000001-0001-4000-8000-000000000160"
            category: on
            value: false
          - id: "f0000001-0001-4000-8000-000000000161"
            category: brightness
            value: 60
          - category: color_temperature
            value: 2700
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Dining Room Accent Lights"
    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"

  # ============================================================================
  # HOME OFFICE
  # ============================================================================
  - id: "f0000001-0001-4000-8000-00000000000e"
    name: "Office Main Light"
    category: lighting
    room: home-office
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "f0000001-0001-4000-8000-0000000000e0"
            category: on
            value: true
          - id: "f0000001-0001-4000-8000-0000000000e1"
            category: brightness
            value: 80
          - id: "f0000001-0001-4000-8000-0000000000e2"
            category: color_temperature
            value: 5000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "f0000001-0001-4000-8000-00000000000f"
    name: "Office Desk Lamp"
    category: lighting
    room: home-office
    lighting_role: task
    channels:
      - category: light
        properties:
          - id: "f0000001-0001-4000-8000-0000000000f0"
            category: on
            value: true
          - id: "f0000001-0001-4000-8000-0000000000f1"
            category: brightness
            value: 90
          - category: color_temperature
            value: 5500
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Office Air Quality Monitor"
    category: sensor
    room: home-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"

  - id: "f0000001-0001-4000-8000-000000000017"
    name: "Office Roller Shade"
    category: window_covering
    room: home-office
    behavior_mode: realistic
    channels:
      - category: window_covering
        properties:
          - id: "f0000001-0001-4000-8000-000000000170"
            category: position
            value: 75
          - category: type
            value: "roller"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # ============================================================================
  # LAUNDRY ROOM
  # ============================================================================
  - 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"

  # ============================================================================
  # GARAGE
  # ============================================================================
  - name: "Garage Main Light"
    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"

  # ============================================================================
  # FOYER
  # ============================================================================
  - name: "Foyer Chandelier"
    category: lighting
    room: foyer
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 70
          - category: color_temperature
            value: 3000
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "f0000001-0001-4000-8000-000000000006"
    name: "Front Door Lock"
    category: lock
    room: foyer
    behavior_mode: realistic
    channels:
      - category: lock
        properties:
          - id: "f0000001-0001-4000-8000-000000000060"
            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"

  # ============================================================================
  # HALLWAY
  # ============================================================================
  - name: "Hallway Ceiling Light"
    category: lighting
    room: 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"

  - id: "f0000001-0001-4000-8000-000000000007"
    name: "Main Thermostat"
    category: thermostat
    room: hallway
    auto_simulate: true
    simulate_interval: 60000
    behavior_mode: realistic
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 22.0
      - category: heater
        properties:
          - id: "f0000001-0001-4000-8000-000000000070"
            category: on
            value: false
          - id: "f0000001-0001-4000-8000-000000000071"
            category: temperature
            value: 21.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

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

  # ============================================================================
  # PATIO
  # ============================================================================
  - id: "f0000001-0001-4000-8000-000000000013"
    name: "Patio Ceiling Light"
    category: lighting
    room: patio
    lighting_role: main
    channels:
      - category: light
        properties:
          - id: "f0000001-0001-4000-8000-000000000130"
            category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "f0000001-0001-4000-8000-000000000008"
    name: "Patio String Lights"
    category: lighting
    room: patio
    lighting_role: accent
    channels:
      - category: light
        properties:
          - id: "f0000001-0001-4000-8000-000000000080"
            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: "Patio Ceiling Fan"
    category: fan
    room: patio
    channels:
      - category: fan
        properties:
          - category: on
            value: false
          - category: speed
            value: "medium"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "f0000001-0001-4000-8000-000000000014"
    name: "Patio Door Lock"
    category: lock
    room: patio
    behavior_mode: realistic
    channels:
      - category: lock
        properties:
          - id: "f0000001-0001-4000-8000-000000000140"
            category: status
            value: "locked"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

  - name: "Patio Outdoor Blind"
    category: window_covering
    room: 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"

  # ============================================================================
  # BACKYARD
  # ============================================================================
  - id: "f0000001-0001-4000-8000-000000000015"
    name: "Backyard Flood Lights"
    category: lighting
    room: backyard
    lighting_role: main
    channels:
      - category: light
        properties:
          - id: "f0000001-0001-4000-8000-000000000150"
            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 Weather Sensor"
    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: "Pool Pump Outlet"
    category: outlet
    room: backyard
    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: "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: "Movie Night"
    category: movie
    room: family-room
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000011"
        value: 20
      - device_id: "f0000001-0001-4000-8000-000000000002"
        property_id: "f0000001-0001-4000-8000-000000000020"
        value: true
      - device_id: "f0000001-0001-4000-8000-000000000003"
        property_id: "f0000001-0001-4000-8000-000000000030"
        value: 0

  - name: "Good Night"
    category: night
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000010"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000004"
        property_id: "f0000001-0001-4000-8000-000000000040"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000005"
        property_id: "f0000001-0001-4000-8000-000000000050"
        value: 0
      - device_id: "f0000001-0001-4000-8000-000000000006"
        property_id: "f0000001-0001-4000-8000-000000000060"
        value: "locked"
      - device_id: "f0000001-0001-4000-8000-000000000008"
        property_id: "f0000001-0001-4000-8000-000000000080"
        value: false

  - name: "Away Mode"
    category: away
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000010"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000004"
        property_id: "f0000001-0001-4000-8000-000000000040"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000006"
        property_id: "f0000001-0001-4000-8000-000000000060"
        value: "locked"
      - device_id: "f0000001-0001-4000-8000-000000000007"
        property_id: "f0000001-0001-4000-8000-000000000070"
        value: false

  - name: "Relax Evening"
    category: relax
    room: living-room
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000011"
        value: 30
      - device_id: "f0000001-0001-4000-8000-000000000012"
        property_id: "f0000001-0001-4000-8000-000000000120"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000007"
        property_id: "f0000001-0001-4000-8000-000000000071"
        value: 22.0

  - name: "Bedtime Reading"
    category: night
    room: master-bedroom
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000004"
        property_id: "f0000001-0001-4000-8000-000000000040"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000009"
        property_id: "f0000001-0001-4000-8000-000000000090"
        value: true
      - device_id: "f0000001-0001-4000-8000-000000000009"
        property_id: "f0000001-0001-4000-8000-000000000091"
        value: 25
      - device_id: "f0000001-0001-4000-8000-000000000005"
        property_id: "f0000001-0001-4000-8000-000000000050"
        value: 0
      - device_id: "f0000001-0001-4000-8000-00000000000c"
        property_id: "f0000001-0001-4000-8000-0000000000c0"
        value: 0

  - name: "Work Focus"
    category: work
    room: home-office
    actions:
      - device_id: "f0000001-0001-4000-8000-00000000000e"
        property_id: "f0000001-0001-4000-8000-0000000000e0"
        value: true
      - device_id: "f0000001-0001-4000-8000-00000000000e"
        property_id: "f0000001-0001-4000-8000-0000000000e1"
        value: 90
      - device_id: "f0000001-0001-4000-8000-00000000000e"
        property_id: "f0000001-0001-4000-8000-0000000000e2"
        value: 5000
      - device_id: "f0000001-0001-4000-8000-00000000000f"
        property_id: "f0000001-0001-4000-8000-0000000000f0"
        value: true
      - device_id: "f0000001-0001-4000-8000-00000000000f"
        property_id: "f0000001-0001-4000-8000-0000000000f1"
        value: 100
      - device_id: "f0000001-0001-4000-8000-000000000017"
        property_id: "f0000001-0001-4000-8000-000000000170"
        value: 50

  - name: "Dinner Party"
    category: party
    room: dining-room
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000016"
        property_id: "f0000001-0001-4000-8000-000000000160"
        value: true
      - device_id: "f0000001-0001-4000-8000-000000000016"
        property_id: "f0000001-0001-4000-8000-000000000161"
        value: 40
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000011"
        value: 50
      - device_id: "f0000001-0001-4000-8000-000000000008"
        property_id: "f0000001-0001-4000-8000-000000000080"
        value: true

  - name: "Home Cinema"
    category: movie
    room: family-room
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000010"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000012"
        property_id: "f0000001-0001-4000-8000-000000000120"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000002"
        property_id: "f0000001-0001-4000-8000-000000000020"
        value: true
      - device_id: "f0000001-0001-4000-8000-00000000000d"
        property_id: "f0000001-0001-4000-8000-0000000000d0"
        value: true
      - device_id: "f0000001-0001-4000-8000-00000000000d"
        property_id: "f0000001-0001-4000-8000-0000000000d1"
        value: 50
      - device_id: "f0000001-0001-4000-8000-000000000003"
        property_id: "f0000001-0001-4000-8000-000000000030"
        value: 0

  - name: "Morning Routine"
    category: morning
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000010"
        value: true
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000011"
        value: 100
      - device_id: "f0000001-0001-4000-8000-000000000005"
        property_id: "f0000001-0001-4000-8000-000000000050"
        value: 100
      - device_id: "f0000001-0001-4000-8000-00000000000c"
        property_id: "f0000001-0001-4000-8000-0000000000c0"
        value: 100
      - device_id: "f0000001-0001-4000-8000-000000000006"
        property_id: "f0000001-0001-4000-8000-000000000060"
        value: "unlocked"

  - name: "Outdoor Evening"
    category: relax
    room: patio
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000013"
        property_id: "f0000001-0001-4000-8000-000000000130"
        value: true
      - device_id: "f0000001-0001-4000-8000-000000000008"
        property_id: "f0000001-0001-4000-8000-000000000080"
        value: true
      - device_id: "f0000001-0001-4000-8000-000000000015"
        property_id: "f0000001-0001-4000-8000-000000000150"
        value: true
      - device_id: "f0000001-0001-4000-8000-000000000014"
        property_id: "f0000001-0001-4000-8000-000000000140"
        value: "unlocked"

  - name: "Energy Saving"
    category: energy
    actions:
      - device_id: "f0000001-0001-4000-8000-000000000001"
        property_id: "f0000001-0001-4000-8000-000000000011"
        value: 40
      - device_id: "f0000001-0001-4000-8000-000000000012"
        property_id: "f0000001-0001-4000-8000-000000000120"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000008"
        property_id: "f0000001-0001-4000-8000-000000000080"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000015"
        property_id: "f0000001-0001-4000-8000-000000000150"
        value: false
      - device_id: "f0000001-0001-4000-8000-000000000007"
        property_id: "f0000001-0001-4000-8000-000000000071"
        value: 19.0
