version: '1.2'
name: Smart House – Maximum Coverage Plus
description: Single-floor smart home scenario designed to maximize Smart Panel domain/channel/property
  coverage for simulator and UI testing (lighting, climate, air quality, security,
  media, energy, water, outdoor, edge cases). Extended with additional devices to
  maximize domain and UI role coverage (more lighting roles, more climate variants,
  more security/media/energy sensors).
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:
- id: "30000001-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: "30000001-0001-4000-8000-000000000010"
      category: 'on'
      value: true
    - id: "30000001-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
  auto_simulate: true
  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 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
- 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: "30000001-0001-4000-8000-000000000006"
  name: Family Room TV
  category: television
  room: family-room
  behavior_mode: realistic
  channels:
  - category: television
    properties:
    - id: "30000001-0001-4000-8000-000000000060"
      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
- id: "30000001-0001-4000-8000-000000000007"
  name: Family Room Motorized Blinds
  category: window_covering
  room: family-room
  behavior_mode: realistic
  channels:
  - category: window_covering
    properties:
    - id: "30000001-0001-4000-8000-000000000070"
      category: position
      value: 0
    - category: tilt
      value: 45
    - category: type
      value: blind
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- id: "30000001-0001-4000-8000-000000000003"
  name: Master Bedroom Main Light
  category: lighting
  room: master-bedroom
  lighting_role: main
  auto_simulate: true
  channels:
  - category: light
    properties:
    - id: "30000001-0001-4000-8000-000000000030"
      category: 'on'
      value: false
    - id: "30000001-0001-4000-8000-000000000031"
      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-bedroom
  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-bedroom
  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 Ceiling Fan
  category: fan
  room: master-bedroom
  channels:
  - category: fan
    properties:
    - 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
- name: Master Bedroom AC
  category: air_conditioner
  room: master-bedroom
  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-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: "30000001-0001-4000-8000-000000000004"
  name: Master Bedroom Blackout Shades
  category: window_covering
  room: master-bedroom
  auto_simulate: true
  behavior_mode: realistic
  channels:
  - category: window_covering
    properties:
    - id: "30000001-0001-4000-8000-000000000040"
      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-bedroom
  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-bedroom
  auto_simulate: true
  simulate_interval: 5000
  channels:
  - category: motion
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- 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
- 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
- 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
- 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
- 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
- id: "30000001-0001-4000-8000-000000000009"
  name: Dining Room Chandelier
  category: lighting
  room: dining-room
  lighting_role: main
  auto_simulate: true
  channels:
  - category: light
    properties:
    - id: "30000001-0001-4000-8000-000000000090"
      category: 'on'
      value: false
    - id: "30000001-0001-4000-8000-000000000091"
      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
- id: "30000001-0001-4000-8000-000000000005"
  name: Office Main Light
  category: lighting
  room: home-office
  lighting_role: main
  auto_simulate: true
  channels:
  - category: light
    properties:
    - id: "30000001-0001-4000-8000-000000000050"
      category: 'on'
      value: true
    - id: "30000001-0001-4000-8000-000000000051"
      category: brightness
      value: 80
    - category: color_temperature
      value: 5000
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Office Desk Lamp
  category: lighting
  room: home-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 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
- name: Office Roller Shade
  category: window_covering
  room: home-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
- 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
- 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
- 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: "30000001-0001-4000-8000-000000000002"
  name: Front Door Lock
  category: lock
  room: foyer
  behavior_mode: realistic
  channels:
  - category: lock
    properties:
    - id: "30000001-0001-4000-8000-000000000020"
      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: 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: "30000001-0001-4000-8000-000000000008"
  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: "30000001-0001-4000-8000-000000000080"
      category: 'on'
      value: false
    - id: "30000001-0001-4000-8000-000000000081"
      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
- name: Patio Ceiling Light
  category: lighting
  room: 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: Patio String Lights
  category: lighting
  room: 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: 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
- name: Patio Door Lock
  category: lock
  room: 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: 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
- 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 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
- name: Living Room AC Unit
  category: air_conditioner
  room: living-room
  auto_simulate: true
  simulate_interval: 60000
  behavior_mode: realistic
  channels:
  - category: cooler
    properties:
    - category: 'on'
      value: false
    - category: temperature
      value: 24.0
  - category: heater
    properties:
    - category: 'on'
      value: false
    - category: temperature
      value: 21.0
  - category: fan
    properties:
    - category: 'on'
      value: true
    - category: speed
      value: auto
  - category: temperature
    properties:
    - category: temperature
      value: 22.0
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Main Power Monitor
  category: outlet
  room: garage
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: outlet
    properties:
    - category: 'on'
      value: true
  - category: electrical_power
    properties:
    - category: power
      value: 3200.0
  - category: electrical_energy
    properties:
    - category: consumption
      value: 1245.6
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Main Water Shutoff
  category: sprinkler
  room: garage
  auto_simulate: true
  simulate_interval: 15000
  channels:
  - category: valve
    properties:
    - category: 'on'
      value: true
    - category: type
      value: generic
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Home Alarm System
  category: alarm
  room: hallway
  auto_simulate: true
  simulate_interval: 10000
  channels:
  - category: alarm
    properties:
    - category: state
      value: armed_home
    - category: triggered
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Living Room Media Center
  category: television
  room: living-room
  auto_simulate: true
  simulate_interval: 20000
  behavior_mode: realistic
  channels:
  - category: television
    properties:
    - category: 'on'
      value: true
  - category: media_input
    properties:
    - category: source
      value: hdmi1
  - category: speaker
    properties:
    - category: active
      value: true
    - category: volume
      value: 25
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Living Room LED Strip
  category: lighting
  room: living-room
  lighting_role: accent
  auto_simulate: true
  simulate_interval: 45000
  channels:
  - category: light
    properties:
    - category: 'on'
      value: true
    - category: brightness
      value: 60
    - category: color_red
      value: 255
    - category: color_green
      value: 100
    - category: color_blue
      value: 50
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Kitchen Air Quality Sensor
  category: sensor
  room: kitchen
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: air_quality
    properties:
    - category: level
      value: good
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Home Office Occupancy Sensor
  category: sensor
  room: home-office
  auto_simulate: true
  simulate_interval: 5000
  channels:
  - category: occupancy
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Garage Climate Sensor
  category: sensor
  room: garage
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: temperature
    properties:
    - category: temperature
      value: 15.0
  - category: humidity
    properties:
    - category: humidity
      value: 40
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Living Room Task Lamp
  category: lighting
  room: living-room
  lighting_role: task
  auto_simulate: true
  simulate_interval: 20000
  channels:
  - category: light
    properties:
    - category: 'on'
      value: true
    - category: brightness
      value: 85
    - category: color_temperature
      value: 5000
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Living Room Ambient Wall Lights
  category: lighting
  room: living-room
  lighting_role: accent
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: light
    properties:
    - category: 'on'
      value: true
    - category: brightness
      value: 25
    - category: hue
      value: 210
    - category: saturation
      value: 40
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Living Room Night Light
  category: lighting
  room: living-room
  lighting_role: night
  auto_simulate: true
  simulate_interval: 60000
  channels:
  - category: light
    properties:
    - category: 'on'
      value: false
    - category: brightness
      value: 8
    - category: color_temperature
      value: 2200
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Family Room Main Ceiling Lights
  category: lighting
  room: family-room
  lighting_role: main
  auto_simulate: true
  simulate_interval: 25000
  channels:
  - category: light
    properties:
    - category: 'on'
      value: true
    - category: brightness
      value: 75
    - category: color_temperature
      value: 3500
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Family Room TV Bias Light
  category: lighting
  room: family-room
  lighting_role: accent
  channels:
  - category: light
    properties:
    - category: 'on'
      value: false
    - category: brightness
      value: 20
    - category: hue
      value: 300
    - category: saturation
      value: 55
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Master Bedroom Night Lamp
  category: lighting
  room: master-bedroom
  lighting_role: night
  auto_simulate: true
  simulate_interval: 60000
  channels:
  - category: light
    properties:
    - category: 'on'
      value: true
    - category: brightness
      value: 12
    - category: color_temperature
      value: 2000
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Bedroom 2 Accent Strip
  category: lighting
  room: bedroom-2
  lighting_role: accent
  channels:
  - category: light
    properties:
    - category: 'on'
      value: false
    - category: brightness
      value: 35
    - category: hue
      value: 120
    - category: saturation
      value: 65
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Kitchen Night Light
  category: lighting
  room: kitchen
  lighting_role: night
  auto_simulate: true
  simulate_interval: 60000
  channels:
  - category: light
    properties:
    - category: 'on'
      value: false
    - category: brightness
      value: 5
    - category: color_temperature
      value: 2200
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Hallway Night Lights
  category: lighting
  room: hallway
  lighting_role: night
  auto_simulate: true
  simulate_interval: 60000
  channels:
  - category: light
    properties:
    - category: 'on'
      value: true
    - category: brightness
      value: 10
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Patio Accent Spots
  category: lighting
  room: patio
  lighting_role: accent
  channels:
  - category: light
    properties:
    - category: 'on'
      value: false
    - category: brightness
      value: 40
    - category: hue
      value: 35
    - category: saturation
      value: 70
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Backyard Decorative Lights
  category: lighting
  room: backyard
  lighting_role: accent
  channels:
  - category: light
    properties:
    - category: 'on'
      value: false
    - category: brightness
      value: 35
    - category: hue
      value: 45
    - category: saturation
      value: 85
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Living Room CO2 Sensor
  category: sensor
  room: living-room
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: carbon_dioxide
    properties:
    - category: concentration
      value: 720
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Family Room Climate Sensor
  category: sensor
  room: family-room
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: temperature
    properties:
    - category: temperature
      value: 22.0
  - category: humidity
    properties:
    - category: humidity
      value: 46
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Bedroom 2 Climate Sensor
  category: sensor
  room: bedroom-2
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: temperature
    properties:
    - category: temperature
      value: 20.5
  - category: humidity
    properties:
    - category: humidity
      value: 48
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Bedroom 3 Climate Sensor
  category: sensor
  room: bedroom-3
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: temperature
    properties:
    - category: temperature
      value: 20.0
  - category: humidity
    properties:
    - category: humidity
      value: 52
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Bathroom 2 Ventilation Fan
  category: fan
  room: bathroom-2
  auto_simulate: true
  simulate_interval: 45000
  channels:
  - category: fan
    properties:
    - category: 'on'
      value: true
    - category: speed
      value: low
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Laundry Dehumidifier
  category: air_dehumidifier
  room: laundry
  auto_simulate: true
  simulate_interval: 60000
  channels:
  - category: dehumidifier
    properties:
    - category: 'on'
      value: false
    - category: humidity
      value: 45
  - category: humidity
    properties:
    - category: humidity
      value: 55
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Home Office Air Purifier
  category: air_purifier
  room: home-office
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: fan
    properties:
    - category: 'on'
      value: true
    - category: speed
      value: medium
  - category: air_quality
    properties:
    - category: level
      value: good
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Master Bedroom Window Sensor
  category: sensor
  room: master-bedroom
  channels:
  - category: contact
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Bedroom 2 Window Sensor
  category: sensor
  room: bedroom-2
  channels:
  - category: contact
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Bedroom 3 Window Sensor
  category: sensor
  room: bedroom-3
  channels:
  - category: contact
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Garage Smoke Detector
  category: sensor
  room: garage
  channels:
  - category: smoke
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Patio Motion Sensor
  category: sensor
  room: patio
  auto_simulate: true
  simulate_interval: 5000
  channels:
  - category: motion
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Backyard Door Contact (Shed)
  category: sensor
  room: backyard
  channels:
  - category: contact
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Garage Side Door Lock
  category: lock
  room: garage
  behavior_mode: realistic
  channels:
  - category: lock
    properties:
    - category: status
      value: locked
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Living Room Soundbar
  category: speaker
  room: living-room
  auto_simulate: true
  simulate_interval: 20000
  behavior_mode: realistic
  channels:
  - category: speaker
    properties:
    - category: active
      value: true
    - category: volume
      value: 18
    - category: mute
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Kitchen Smart Speaker
  category: speaker
  room: kitchen
  behavior_mode: realistic
  channels:
  - category: speaker
    properties:
    - category: active
      value: false
    - category: volume
      value: 12
    - category: mute
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Patio Speaker
  category: speaker
  room: patio
  behavior_mode: realistic
  channels:
  - category: speaker
    properties:
    - category: active
      value: false
    - category: volume
      value: 15
    - category: mute
      value: true
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Kitchen Smart Outlet - Dishwasher
  category: outlet
  room: kitchen
  auto_simulate: true
  simulate_interval: 30000
  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: Home Office Smart Outlet - Desk
  category: outlet
  room: home-office
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: outlet
    properties:
    - category: 'on'
      value: true
  - category: electrical_power
    properties:
    - category: power
      value: 85.0
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Garage EV Charger Outlet
  category: outlet
  room: garage
  auto_simulate: true
  simulate_interval: 30000
  channels:
  - category: outlet
    properties:
    - category: 'on'
      value: true
  - category: electrical_power
    properties:
    - category: power
      value: 7400.0
  - category: electrical_energy
    properties:
    - category: consumption
      value: 523.4
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Bathroom 2 Leak Sensor
  category: sensor
  room: bathroom-2
  channels:
  - category: leak
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird
- name: Garage Leak Sensor
  category: sensor
  room: garage
  channels:
  - category: leak
    properties:
    - category: detected
      value: false
  - category: device_information
    properties:
    - category: manufacturer
      value: FastyBird

scenes:
- name: "Good Night"
  category: night
  actions:
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000010"
      value: false
    - device_id: "30000001-0001-4000-8000-000000000002"
      property_id: "30000001-0001-4000-8000-000000000020"
      value: "locked"

- name: "Welcome Home"
  category: home
  actions:
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000010"
      value: true
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000011"
      value: 80
    - device_id: "30000001-0001-4000-8000-000000000002"
      property_id: "30000001-0001-4000-8000-000000000020"
      value: "unlocked"

- name: "Movie Night"
  category: movie
  room: family-room
  actions:
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000010"
      value: false
    - device_id: "30000001-0001-4000-8000-000000000006"
      property_id: "30000001-0001-4000-8000-000000000060"
      value: true
    - device_id: "30000001-0001-4000-8000-000000000007"
      property_id: "30000001-0001-4000-8000-000000000070"
      value: 0

- name: "Bedtime"
  category: night
  room: master-bedroom
  actions:
    - device_id: "30000001-0001-4000-8000-000000000003"
      property_id: "30000001-0001-4000-8000-000000000031"
      value: 15
    - device_id: "30000001-0001-4000-8000-000000000004"
      property_id: "30000001-0001-4000-8000-000000000040"
      value: 0
    - device_id: "30000001-0001-4000-8000-000000000008"
      property_id: "30000001-0001-4000-8000-000000000080"
      value: false

- name: "Work Focus"
  category: work
  room: home-office
  actions:
    - device_id: "30000001-0001-4000-8000-000000000005"
      property_id: "30000001-0001-4000-8000-000000000050"
      value: true
    - device_id: "30000001-0001-4000-8000-000000000005"
      property_id: "30000001-0001-4000-8000-000000000051"
      value: 90

- name: "Dinner Party"
  category: party
  room: dining-room
  actions:
    - device_id: "30000001-0001-4000-8000-000000000009"
      property_id: "30000001-0001-4000-8000-000000000090"
      value: true
    - device_id: "30000001-0001-4000-8000-000000000009"
      property_id: "30000001-0001-4000-8000-000000000091"
      value: 40
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000011"
      value: 50

- name: "Morning Routine"
  category: morning
  actions:
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000010"
      value: true
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000011"
      value: 100
    - device_id: "30000001-0001-4000-8000-000000000004"
      property_id: "30000001-0001-4000-8000-000000000040"
      value: 100
    - device_id: "30000001-0001-4000-8000-000000000002"
      property_id: "30000001-0001-4000-8000-000000000020"
      value: "unlocked"

- name: "Away Mode"
  category: away
  actions:
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000010"
      value: false
    - device_id: "30000001-0001-4000-8000-000000000003"
      property_id: "30000001-0001-4000-8000-000000000030"
      value: false
    - device_id: "30000001-0001-4000-8000-000000000002"
      property_id: "30000001-0001-4000-8000-000000000020"
      value: "locked"
    - device_id: "30000001-0001-4000-8000-000000000008"
      property_id: "30000001-0001-4000-8000-000000000080"
      value: false

- name: "Energy Saving"
  category: energy
  actions:
    - device_id: "30000001-0001-4000-8000-000000000001"
      property_id: "30000001-0001-4000-8000-000000000011"
      value: 40
    - device_id: "30000001-0001-4000-8000-000000000005"
      property_id: "30000001-0001-4000-8000-000000000050"
      value: false
    - device_id: "30000001-0001-4000-8000-000000000008"
      property_id: "30000001-0001-4000-8000-000000000081"
      value: 19.0
