version: "1.0"
name: "Small House"
description: "2-3 bedroom house with typical smart home devices"

rooms:
  - id: living-room
    name: "Living Room"
    category: living_room
  - id: master-bedroom
    name: "Master Bedroom"
    category: bedroom
  - id: kids-bedroom
    name: "Kids Bedroom"
    category: bedroom
  - id: bathroom
    name: "Bathroom"
    category: bathroom
  - id: kitchen
    name: "Kitchen"
    category: kitchen
  - id: garage
    name: "Garage"
    category: garage
  - id: hallway
    name: "Hallway"
    category: hallway
  - id: backyard
    name: "Backyard"
    type: zone
    category: outdoor_backyard

devices:
  # Living Room
  - id: "b0000001-0001-4000-8000-000000000001"
    name: "Living Room Main Light"
    category: lighting
    room: living-room
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "b0000001-0001-4000-8000-000000000010"
            category: on
            value: true
          - id: "b0000001-0001-4000-8000-000000000011"
            category: brightness
            value: 80
      - 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: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

  - id: "b0000001-0001-4000-8000-000000000002"
    name: "Living Room TV"
    category: television
    room: living-room
    behavior_mode: realistic
    channels:
      - category: television
        properties:
          - id: "b0000001-0001-4000-8000-000000000020"
            category: on
            value: false
      - category: speaker
        properties:
          - category: volume
            value: 20
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

  # Master Bedroom
  - name: "Master Bedroom Light"
    category: lighting
    room: master-bedroom
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 40
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Master Bedroom Sensor"
    category: sensor
    room: master-bedroom
    auto_simulate: true
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 20.0
      - category: motion
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # Kids Bedroom
  - name: "Kids Room Light"
    category: lighting
    room: kids-bedroom
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kids Room Nightlight"
    category: lighting
    room: kids-bedroom
    lighting_role: night
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 10
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # Bathroom
  - name: "Bathroom Light"
    category: lighting
    room: bathroom
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

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

  # Kitchen
  - id: "b0000001-0001-4000-8000-000000000003"
    name: "Kitchen Light"
    category: lighting
    room: kitchen
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "b0000001-0001-4000-8000-000000000030"
            category: on
            value: true
          - id: "b0000001-0001-4000-8000-000000000031"
            category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Kitchen Smart Plug"
    category: outlet
    room: kitchen
    auto_simulate: true
    channels:
      - category: outlet
        properties:
          - category: on
            value: true
      - category: electrical_power
        properties:
          - category: power
            value: 350.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

  # Garage
  - name: "Garage Light"
    category: lighting
    room: garage
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
      - 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"

  # Hallway
  - name: "Hallway 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: "b0000001-0001-4000-8000-000000000004"
    name: "Front Door Lock"
    category: lock
    room: hallway
    behavior_mode: realistic
    channels:
      - category: lock
        properties:
          - id: "b0000001-0001-4000-8000-000000000040"
            category: status
            value: "locked"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Hallway Motion"
    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"

  - id: "b0000001-0001-4000-8000-000000000005"
    name: "House Thermostat"
    category: thermostat
    room: hallway
    auto_simulate: true
    simulate_interval: 60000
    behavior_mode: realistic
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 21.0
      - category: heater
        properties:
          - id: "b0000001-0001-4000-8000-000000000050"
            category: on
            value: true
          - id: "b0000001-0001-4000-8000-000000000051"
            category: temperature
            value: 21.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # Backyard
  - name: "Patio Light"
    category: lighting
    room: backyard
    lighting_role: main
    channels:
      - category: light
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

scenes:
  - name: "Movie Night"
    category: movie
    room: living-room
    actions:
      - device_id: "b0000001-0001-4000-8000-000000000001"
        property_id: "b0000001-0001-4000-8000-000000000011"
        value: 20
      - device_id: "b0000001-0001-4000-8000-000000000002"
        property_id: "b0000001-0001-4000-8000-000000000020"
        value: true

  - name: "Good Morning"
    category: morning
    actions:
      - device_id: "b0000001-0001-4000-8000-000000000003"
        property_id: "b0000001-0001-4000-8000-000000000030"
        value: true
      - device_id: "b0000001-0001-4000-8000-000000000003"
        property_id: "b0000001-0001-4000-8000-000000000031"
        value: 100
      - device_id: "b0000001-0001-4000-8000-000000000004"
        property_id: "b0000001-0001-4000-8000-000000000040"
        value: "unlocked"

  - name: "Away Mode"
    category: away
    actions:
      - device_id: "b0000001-0001-4000-8000-000000000001"
        property_id: "b0000001-0001-4000-8000-000000000010"
        value: false
      - device_id: "b0000001-0001-4000-8000-000000000003"
        property_id: "b0000001-0001-4000-8000-000000000030"
        value: false
      - device_id: "b0000001-0001-4000-8000-000000000004"
        property_id: "b0000001-0001-4000-8000-000000000040"
        value: "locked"
      - device_id: "b0000001-0001-4000-8000-000000000005"
        property_id: "b0000001-0001-4000-8000-000000000050"
        value: false
