version: "1.0"
name: "Small Office"
description: "Small office space with climate control and security"

rooms:
  - id: reception
    name: "Reception"
    category: entryway
  - id: main-office
    name: "Main Office"
    category: office
  - id: meeting-room
    name: "Meeting Room"
    category: office
  - id: server-room
    name: "Server Room"
    category: utility_room

devices:
  # Reception
  - name: "Reception Lights"
    category: lighting
    room: reception
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - category: on
            value: true
          - category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

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

  - id: "c0000001-0001-4000-8000-000000000002"
    name: "Entry Door Lock"
    category: lock
    room: reception
    behavior_mode: realistic
    channels:
      - category: lock
        properties:
          - id: "c0000001-0001-4000-8000-000000000020"
            category: status
            value: "locked"
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # Main Office
  - id: "c0000001-0001-4000-8000-000000000001"
    name: "Office Ceiling Lights"
    category: lighting
    room: main-office
    lighting_role: main
    auto_simulate: true
    channels:
      - category: light
        properties:
          - id: "c0000001-0001-4000-8000-000000000010"
            category: on
            value: true
          - id: "c0000001-0001-4000-8000-000000000011"
            category: brightness
            value: 90
          - id: "c0000001-0001-4000-8000-000000000012"
            category: color_temperature
            value: 4500
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "c0000001-0001-4000-8000-000000000003"
    name: "Office Thermostat"
    category: thermostat
    room: main-office
    auto_simulate: true
    simulate_interval: 60000
    behavior_mode: realistic
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 23.0
      - category: heater
        properties:
          - id: "c0000001-0001-4000-8000-000000000030"
            category: on
            value: true
          - id: "c0000001-0001-4000-8000-000000000031"
            category: temperature
            value: 22.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Office Climate Sensor"
    category: sensor
    room: main-office
    auto_simulate: true
    simulate_interval: 30000
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 22.8
      - category: humidity
        properties:
          - category: humidity
            value: 42
      - category: carbon_dioxide
        properties:
          - category: concentration
            value: 650
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # Meeting Room
  - id: "c0000001-0001-4000-8000-000000000004"
    name: "Meeting Room Lights"
    category: lighting
    room: meeting-room
    lighting_role: main
    channels:
      - category: light
        properties:
          - id: "c0000001-0001-4000-8000-000000000040"
            category: on
            value: false
          - id: "c0000001-0001-4000-8000-000000000041"
            category: brightness
            value: 100
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Meeting Room Display"
    category: television
    room: meeting-room
    behavior_mode: realistic
    channels:
      - category: television
        properties:
          - category: on
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Meeting Room Occupancy"
    category: sensor
    room: meeting-room
    auto_simulate: true
    channels:
      - category: occupancy
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  # Server Room
  - name: "Server Room Temperature"
    category: sensor
    room: server-room
    auto_simulate: true
    simulate_interval: 10000
    channels:
      - category: temperature
        properties:
          - category: temperature
            value: 18.5
      - category: humidity
        properties:
          - category: humidity
            value: 35
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - id: "c0000001-0001-4000-8000-000000000005"
    name: "Server Room AC"
    category: air_conditioner
    room: server-room
    auto_simulate: true
    behavior_mode: realistic
    channels:
      - category: cooler
        properties:
          - id: "c0000001-0001-4000-8000-000000000050"
            category: on
            value: true
      - category: temperature
        properties:
          - category: temperature
            value: 18.0
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

  - name: "Server Room Door"
    category: sensor
    room: server-room
    channels:
      - category: contact
        properties:
          - category: detected
            value: false
      - category: device_information
        properties:
          - category: manufacturer
            value: "FastyBird"

scenes:
  - name: "Office Hours"
    category: work
    room: main-office
    actions:
      - device_id: "c0000001-0001-4000-8000-000000000001"
        property_id: "c0000001-0001-4000-8000-000000000010"
        value: true
      - device_id: "c0000001-0001-4000-8000-000000000001"
        property_id: "c0000001-0001-4000-8000-000000000011"
        value: 90
      - device_id: "c0000001-0001-4000-8000-000000000001"
        property_id: "c0000001-0001-4000-8000-000000000012"
        value: 4500
      - device_id: "c0000001-0001-4000-8000-000000000002"
        property_id: "c0000001-0001-4000-8000-000000000020"
        value: "unlocked"
      - device_id: "c0000001-0001-4000-8000-000000000003"
        property_id: "c0000001-0001-4000-8000-000000000030"
        value: true

  - name: "After Hours"
    category: away
    actions:
      - device_id: "c0000001-0001-4000-8000-000000000001"
        property_id: "c0000001-0001-4000-8000-000000000010"
        value: false
      - device_id: "c0000001-0001-4000-8000-000000000004"
        property_id: "c0000001-0001-4000-8000-000000000040"
        value: false
      - device_id: "c0000001-0001-4000-8000-000000000002"
        property_id: "c0000001-0001-4000-8000-000000000020"
        value: "locked"
      - device_id: "c0000001-0001-4000-8000-000000000005"
        property_id: "c0000001-0001-4000-8000-000000000050"
        value: true
