home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.16k stars 29.84k forks source link

Tonight I installed Home Assistant 2023.9.2 #100333

Closed mtjweb closed 1 year ago

mtjweb commented 1 year ago

The problem

When I want to restart Home Assistant, I get the following error:

Unexpected error calling config validator: 'da9e534d61b6e5b08dbca0df5d4d020e'

Home Assistant will not restart.

All automations are not showing anymore.

What version of Home Assistant Core has the issue?

core-2023.9.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No idea

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

joostlek commented 1 year ago

Can you share your configuration.yaml? And the automations.yaml

mtjweb commented 1 year ago

configuration.yaml:

# Loads default set of integrations. Do not remove.
default_config:

# Text to speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
frontend:
  themes: !include_dir_merge_named themes

ffmpeg:

wake_on_lan:

switch:
  - platform: wake_on_lan
    name: "PC Kantoor"
    mac: 18:C0:4D:31:DC:07

automations.yaml:

- id: '1665610559662'
  alias: Ventilatie Aan
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: or
    conditions:
    - type: is_carbon_dioxide
      condition: device
      device_id: 58edcf9ab0b1bc0a3923c47c91e99014
      entity_id: sensor.kantoor_kantoor_kantoor_huiskamer_co2
      domain: sensor
      above: 800
    - type: is_carbon_dioxide
      condition: device
      device_id: 4ece16c53c345921ba959a3260e013a1
      entity_id: sensor.kantoor_kantoor_kantoor_badkamer_co2
      domain: sensor
      above: 800
    - type: is_carbon_dioxide
      condition: device
      device_id: 7035f52f251e2048e87071fb6214efad
      entity_id: sensor.kantoor_kantoor_kantoor_slaapkamer_co2
      domain: sensor
      above: 800
    - type: is_carbon_dioxide
      condition: device
      device_id: 9fc8176aa5481e0f568d515828ee170b
      entity_id: sensor.kantoor_co2
      domain: sensor
      above: 800
    - type: is_humidity
      condition: device
      device_id: 4ece16c53c345921ba959a3260e013a1
      entity_id: sensor.kantoor_kantoor_kantoor_badkamer_humidity
      domain: sensor
      above: 75
    - type: is_humidity
      condition: device
      device_id: 4ece16c53c345921ba959a3260e013a1
      entity_id: sensor.kantoor_kantoor_kantoor_badkamer_humidity
      domain: sensor
      above: 75
  action:
  - type: turn_on
    device_id: bd12aaf50a30b9f691bfd48c6ef129bd
    entity_id: light.ventilatie
    domain: light
  mode: single
- id: '1665610710763'
  alias: Ventilatie Uit
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: and
    conditions:
    - type: is_carbon_dioxide
      condition: device
      device_id: 58edcf9ab0b1bc0a3923c47c91e99014
      entity_id: sensor.kantoor_kantoor_kantoor_huiskamer_co2
      domain: sensor
      below: 700
    - type: is_carbon_dioxide
      condition: device
      device_id: 4ece16c53c345921ba959a3260e013a1
      entity_id: sensor.kantoor_kantoor_kantoor_badkamer_co2
      domain: sensor
      below: 700
    - type: is_carbon_dioxide
      condition: device
      device_id: 7035f52f251e2048e87071fb6214efad
      entity_id: sensor.kantoor_kantoor_kantoor_slaapkamer_co2
      domain: sensor
      below: 700
    - type: is_carbon_dioxide
      condition: device
      device_id: 9fc8176aa5481e0f568d515828ee170b
      entity_id: sensor.kantoor_co2
      domain: sensor
      below: 700
      enabled: true
    - type: is_humidity
      condition: device
      device_id: 4ece16c53c345921ba959a3260e013a1
      entity_id: sensor.kantoor_kantoor_kantoor_badkamer_humidity
      domain: sensor
      below: 73
      enabled: true
    - condition: template
      value_template: '{{ (now().timestamp() - state_attr(''automation.ventilatie_badkamer_inschakelaar'',
        ''last_triggered'').timestamp()) > 600 }}'
      enabled: true
    - condition: template
      value_template: '{{ (now().timestamp() - state_attr(''automation.ventilatie_toilet_inschakelen_2'',
        ''last_triggered'').timestamp()) > 600 }}'
      enabled: true
    - condition: template
      value_template: '{{ (now().timestamp() - state_attr(''automation.ventilatie_keuken_inschakelen_2'',
        ''last_triggered'').timestamp()) > 600 }}'
      enabled: true
    - type: is_humidity
      condition: device
      device_id: 4ece16c53c345921ba959a3260e013a1
      entity_id: sensor.kantoor_kantoor_kantoor_badkamer_humidity
      domain: sensor
      below: 74
    enabled: true
  action:
  - type: turn_off
    device_id: bd12aaf50a30b9f691bfd48c6ef129bd
    entity_id: light.ventilatie
    domain: light
  mode: single
- id: '1665780673387'
  alias: Lampen Badkamer Aan
  description: ''
  trigger:
  - type: motion
    platform: device
    device_id: de2559ce351ea47dd3f6c202dea5a79d
    entity_id: binary_sensor.bewegingssensor_badkamer_2
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_helder
    metadata: {}
  mode: single
- id: '1665780760981'
  alias: Lampen Badkamer Uit
  description: ''
  trigger:
  - type: no_motion
    platform: device
    device_id: de2559ce351ea47dd3f6c202dea5a79d
    entity_id: binary_sensor.bewegingssensor_badkamer_2
    domain: binary_sensor
    for:
      hours: 0
      minutes: 1
      seconds: 0
  condition: []
  action:
  - type: turn_off
    device_id: b61d68ae4bc4597904e210c2f6b99711
    entity_id: light.plafonniere_badkamer_1
    domain: light
  - type: turn_off
    device_id: 09aaf8ea71638af721a54b013c44ba40
    entity_id: light.plafonniere_badkamer_2
    domain: light
  mode: single
- id: '1666544684206'
  alias: Lampen Oprit Aan
  description: ''
  trigger:
  - type: motion
    platform: device
    device_id: 5a52372c6846cc2ce9286a85079f6f3b
    entity_id: binary_sensor.hue_motion_achtertuin_motion
    domain: binary_sensor
    for:
      hours: 0
      minutes: 0
      seconds: 0
  condition:
  - type: is_illuminance
    condition: device
    device_id: 5a52372c6846cc2ce9286a85079f6f3b
    entity_id: sensor.hue_motion_achtertuin_illuminance
    domain: sensor
    below: 10
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.oprit_helder
    metadata: {}
  mode: single
- id: '1666545266667'
  alias: Lampen Oprit Uit
  description: ''
  trigger:
  - type: no_motion
    platform: device
    device_id: 5a52372c6846cc2ce9286a85079f6f3b
    entity_id: binary_sensor.hue_motion_achtertuin_motion
    domain: binary_sensor
    for:
      hours: 0
      minutes: 0
      seconds: 30
  condition: []
  action:
  - type: turn_off
    device_id: ef712a4935cb8512ccf3534fd4a9f8af
    entity_id: light.lamp_achterdeur
    domain: light
  - type: turn_off
    device_id: 25e29e393cc10799eba7503c2f2f2fec
    entity_id: light.lamp_oprit
    domain: light
  mode: single
- id: '1666548296721'
  alias: Lampen Keuken Aan
  description: ''
  trigger:
  - type: motion
    platform: device
    device_id: 597513528db0fb1fbca0da432202b02c
    entity_id: binary_sensor.hue_motion_keuken_motion
    domain: binary_sensor
  condition:
  - type: is_illuminance
    condition: device
    device_id: 597513528db0fb1fbca0da432202b02c
    entity_id: sensor.hue_motion_keuken_illuminance
    domain: sensor
    below: 5
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_helder
    metadata: {}
  mode: single
- id: '1666548394143'
  alias: Lampen Keuken Uit
  description: ''
  trigger:
  - type: no_motion
    platform: device
    device_id: 597513528db0fb1fbca0da432202b02c
    entity_id: binary_sensor.hue_motion_keuken_motion
    domain: binary_sensor
    for:
      hours: 0
      minutes: 1
      seconds: 0
  condition: []
  action:
  - type: turn_off
    device_id: baf82f3f9d0d7c63823c46fde9dbd665
    entity_id: light.plafoniere_keuken_1
    domain: light
  - type: turn_off
    device_id: 37e25886eb28f0134c57b25a3c4ab0c8
    entity_id: light.plafoniere_keuken_2
    domain: light
  mode: single
- id: '1666796271549'
  alias: Raam Open Kantoor
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - type: is_open
    condition: device
    device_id: debb8b47193c4da71b8e2ff616a60a88
    entity_id: binary_sensor.open_closed_sensor_kantoor_contact
    domain: binary_sensor
  action:
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1666796381671'
  alias: Raam Gesloten Kantoor
  description: ''
  trigger:
  - type: not_opened
    platform: device
    device_id: debb8b47193c4da71b8e2ff616a60a88
    entity_id: binary_sensor.open_closed_sensor_kantoor_contact
    domain: binary_sensor
  condition: []
  action:
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: heat
  mode: single
- id: '1666797817841'
  alias: Deur Eetkamer Open
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - type: is_open
    condition: device
    device_id: 7ee793a3a76ba499beb11f95cd1f34d8
    entity_id: binary_sensor.open_closed_sensor_eetkamer_contact
    domain: binary_sensor
  action:
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.eurom_heater_huiskamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1666797871222'
  alias: Deur Eetkamer Gesloten
  description: ''
  trigger:
  - type: not_opened
    platform: device
    device_id: 7ee793a3a76ba499beb11f95cd1f34d8
    entity_id: binary_sensor.open_closed_sensor_eetkamer_contact
    domain: binary_sensor
  condition: []
  action:
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: heat
  mode: single
- id: '1668102450715'
  alias: Lampen Kledingkamer Aan
  description: ''
  trigger:
  - device_id: 136d9f1d577fe43842e4b42c32d06826
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_on
  condition: []
  action:
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 50
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 50
  mode: single
- id: '1668102532931'
  alias: Lampen Kledingkamer Uit
  description: ''
  trigger:
  - device_id: 136d9f1d577fe43842e4b42c32d06826
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_off
  condition: []
  action:
  - type: turn_off
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
  - type: turn_off
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
  - type: turn_off
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
  mode: single
- id: '1668102684266'
  alias: Gordijn Kledingkamer Dicht Schakelaar
  description: ''
  trigger:
  - device_id: 136d9f1d577fe43842e4b42c32d06826
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: left
  condition: []
  action:
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 0
  mode: single
- id: '1668102762006'
  alias: Gordijn Kledingkamer Open Schakelaar
  description: ''
  trigger:
  - device_id: 136d9f1d577fe43842e4b42c32d06826
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: right
  condition: []
  action:
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  mode: single
- id: '1668121947576'
  alias: Lampen Kantoor Aan
  description: ''
  trigger:
  - device_id: 31b197f4a4bdc18db1d77098637cd3b6
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_on
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  mode: single
- id: '1668122041119'
  alias: Lampen Kantoor Uit
  description: ''
  trigger:
  - device_id: 31b197f4a4bdc18db1d77098637cd3b6
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_off
  condition: []
  action:
  - type: turn_off
    device_id: 7c34b3eb01c09ef32c4ba4fbb1a7a76f
    entity_id: light.plafonniere_kantoor_1
    domain: light
  - type: turn_off
    device_id: 403cada702e1b76b7ca1c041077aed81
    entity_id: light.plafonniere_kantoor_2
    domain: light
  mode: single
- id: '1668122301916'
  alias: Gordijnen Kantoor Sluiten Schakelaar
  description: ''
  trigger:
  - device_id: 31b197f4a4bdc18db1d77098637cd3b6
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: left
  condition: []
  action:
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 0
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 0
  mode: single
- id: '1668122423373'
  alias: Gordijnen Kantoor Open Schakelaar
  description: ''
  trigger:
  - device_id: 31b197f4a4bdc18db1d77098637cd3b6
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: right
  condition: []
  action:
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  mode: single
- id: '1668123137551'
  alias: Lampen Slaapkamer Uit
  description: ''
  trigger:
  - device_id: 4330b9ed8af5a8bcc1bf3f5c49ede82d
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_off
  condition: []
  action:
  - type: turn_off
    device_id: 5fa4137393c9e4582d34f7673573b423
    entity_id: light.hue_color_lamp_1
    domain: light
  - type: turn_off
    device_id: 1862e4263c891bdf0ef2881aef932f56
    entity_id: light.hue_color_lamp_2
    domain: light
  - type: turn_off
    device_id: e85655a8cf9583871b8f3ca6e9296527
    entity_id: light.bedlamp
    domain: light
  mode: single
- id: '1668123290746'
  alias: Gordijnen Slaapkamer Sluiten Schakelaar
  description: ''
  trigger:
  - device_id: 4330b9ed8af5a8bcc1bf3f5c49ede82d
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: right
  condition: []
  action:
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 0
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 0
  mode: single
- id: '1668123426819'
  alias: Gordijnen Slaapkamer Open Schakelaar
  description: ''
  trigger:
  - device_id: 4330b9ed8af5a8bcc1bf3f5c49ede82d
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: left
  condition: []
  action:
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  mode: single
- id: '1668124273438'
  alias: Lampen Fitness Uit
  description: ''
  trigger:
  - device_id: 877396109d076a66415335fd1829eb92
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_off
  condition: []
  action:
  - type: turn_off
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
  - type: turn_off
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
  mode: single
- id: '1668124375764'
  alias: Gordijn Fitness Open Schakelaar
  description: ''
  trigger:
  - device_id: 877396109d076a66415335fd1829eb92
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: left
  condition: []
  action:
  - device_id: 86e7540116a7a0b15eb950d1e31feffe
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 0
  mode: single
- id: '1668124452645'
  alias: Gordijn Fitness Sluiten Schakelaar
  description: ''
  trigger:
  - device_id: 877396109d076a66415335fd1829eb92
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: right
  condition: []
  action:
  - device_id: 86e7540116a7a0b15eb950d1e31feffe
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  mode: single
- id: '1668159745686'
  alias: Gordijnen Slaapkamer Open Ochtend
  description: ''
  trigger:
  - platform: time
    at: '10:00:00'
  condition: []
  action:
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  mode: single
- id: '1668418152155'
  alias: Batterij Gordijn Eetkamer 1 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 4dc92e880a7648d8ba012ecb16c8860a
    entity_id: sensor.rolgordijn_10_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Eetkamer 1 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418230578'
  alias: Batterij Gordijn Eetkamer 2 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: d0dd7272372e08ce7ef60d7221ae5323
    entity_id: sensor.rolgordijn_11_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Eetkamer 2 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418358164'
  alias: Batterij Gordijn Fitness Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: cc963a26ed088c097bf3d3e9349ccff0
    entity_id: sensor.gordijn_fitness_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Fitness Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418443458'
  alias: Batterij Gordijn Huiskamer 1 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 822e47d6b08ed7e7a89914abd2d66d38
    entity_id: sensor.gordijn_huiskamer_1_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Huiskamer 1 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418507158'
  alias: Batterij Gordijn Huiskamer 2 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 2fa846731c42913a16026e6b3cd2739c
    entity_id: sensor.gordijn_huiskamer_2_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Huiskamer 2 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418566047'
  alias: Batterij Gordijn Huiskamer 3 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: d619c14911dadedd2ec2c1ab6240f31e
    entity_id: sensor.gordijn_huiskamer_3_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Huiskamer 3 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418626157'
  alias: Batterij Gordijn Kantoor 1 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: f1ca9054687a7b96ef35a638cfd57a61
    entity_id: sensor.gordijn_kantoor_1_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Batterij Gordijn Kantoor 1 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418708379'
  alias: Batterij Gordijn Kantoor 2 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: b53d2ae93acc4ae95f9cf77a5900d374
    entity_id: sensor.gordijn_kantoor_2_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Kantoor 2 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418825354'
  alias: Batterij Gordijn Keuken Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: a6c083bf733d8abd39583a40f7330d2b
    entity_id: sensor.rolgordijn_9_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Keuken Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668418941242'
  alias: Batterij Gordijn Kledingkamer Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: dc2acb7dbbb28267ed6e844025001c66
    entity_id: sensor.rolgordijn_12_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Kledingkamer Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668419035359'
  alias: Batterij Gordijn Slaapkamer 1 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 12259b3e0f56d857efd1681e81ceac33
    entity_id: sensor.gordijn_slaapkamer_1_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Slaapkamer 1 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668419102027'
  alias: Batterij Gordijn Slaapkamer 2 Opladen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 36e6adacac798955f0fdabe71d668085
    entity_id: sensor.gordijn_slaapkamer_2_blind_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Gordijn Slaapkamer 2 Opladen
    title: Batterijniveau Laag
  mode: single
- id: '1668510635067'
  alias: Gordijn Eetkamer 1 niet geopend
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: +00:05:00
  condition:
  - condition: device
    device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: is_closed
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Gordijn Eetkamer 1 niet geopend
    title: Gordijn niet geopend
  mode: single
- id: '1668510700980'
  alias: Gordijn Eetkamer 2 niet geopend
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: +00:05:00
  condition:
  - condition: device
    device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: is_closed
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Gordijn Eetkamer 2 niet geopend
    title: Gordijn niet geopend
  mode: single
- id: '1668510824860'
  alias: Gordijn Huiskamer 1 niet geopend
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: +00:05:00
  condition:
  - condition: device
    device_id: 822e47d6b08ed7e7a89914abd2d66d38
    domain: cover
    entity_id: cover.gordijn_huiskamer_1
    type: is_closed
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Huiskamer 1 niet geopend
    title: Gordijn niet geopend
  mode: single
- id: '1668510980532'
  alias: Gordijn Huiskamer 2 niet geopend
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: +00:05:00
  condition:
  - condition: device
    device_id: 2fa846731c42913a16026e6b3cd2739c
    domain: cover
    entity_id: cover.gordijn_huiskamer_2
    type: is_closed
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Huiskamer 2 niet geopend
    title: Gordijn niet geopend
  mode: single
- id: '1668511046947'
  alias: Gordijn Huiskamer 3 niet geopend
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: +00:05:00
  condition:
  - condition: device
    device_id: d619c14911dadedd2ec2c1ab6240f31e
    domain: cover
    entity_id: cover.gordijn_huiskamer_3
    type: is_closed
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Huiskamer 3 niet geopend
    title: Gordijn niet geopend
  mode: single
- id: '1668511103135'
  alias: Gordijn Kantoor 1 niet geopend
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: +00:05:00
  condition:
  - condition: device
    device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: is_closed
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Kantoor 1 niet geopend
    title: Gordijn niet geopend
  mode: single
- id: '1668511157094'
  alias: Gordijn Kantoor 2 niet geopend
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: +00:05:00
  condition:
  - condition: device
    device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: is_closed
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Kantoor 2 niet geopend
    title: Gordijn niet geopend
  mode: single
- id: '1668511237449'
  alias: Gordijn Keuken niet geopend
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: +00:05:00
  condition:
  - condition: device
    device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: is_closed
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Gordijn Keuken niet geopend
    title: Gordijn niet geopend
  mode: single
- id: '1669843581319'
  alias: Lampen Fitness Aan
  description: ''
  trigger:
  - device_id: 877396109d076a66415335fd1829eb92
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_on
  condition: []
  action:
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
  mode: single
- id: '1669844181888'
  alias: Lampen Slaapkamer Aan
  description: ''
  trigger:
  - device_id: 4330b9ed8af5a8bcc1bf3f5c49ede82d
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: turn_on
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_helder
    metadata: {}
  mode: single
- id: '1669846932850'
  alias: Thuiskomen
  description: ''
  trigger:
  - platform: device
    device_id: 7c75d1db4888b73df15069cd9a597985
    domain: device_tracker
    entity_id: device_tracker.pixel_6_pro
    type: enters
    zone: zone.home
  condition:
  - condition: sun
    before: sunrise
    after: sunset
    after_offset: +00:15:00
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.oprit_helder
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_nachtlampje_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.huiskamer_lampen_ontspannen
    metadata: {}
  mode: single
- id: '1669847006946'
  alias: Weggaan
  description: ''
  trigger:
  - platform: device
    device_id: 7c75d1db4888b73df15069cd9a597985
    domain: device_tracker
    entity_id: device_tracker.pixel_6_pro
    type: leaves
    zone: zone.home
  condition:
  - condition: sun
    before: sunrise
    after: sunset
  action:
  - type: turn_off
    device_id: 7625fc2eda33e116570a29b09404c14f
    entity_id: light.eetkamer
    domain: light
  - type: turn_off
    device_id: 604ab285f6d713949584bc8bf184c96f
    entity_id: light.woonkamer
    domain: light
  - type: turn_off
    device_id: fd1791ca726f3132ec799e6ea10488ac
    entity_id: light.slaapkamer
    domain: light
  - type: turn_off
    device_id: 7016bf47395ab4f6e42b749ad39729d4
    entity_id: light.kantoor
    domain: light
  - type: turn_off
    device_id: fa968addfdb06f8ce56730bccbf9b9d9
    entity_id: light.keuken
    domain: light
  - type: turn_off
    device_id: 274440db3e3169d858241a687004cc9d
    entity_id: light.berging
    domain: light
  - type: turn_off
    device_id: 728dc859db824193d0f3090676454194
    entity_id: light.oprit
    domain: light
  - type: turn_off
    device_id: b115aae8c6355021bd199405e17f2bba
    entity_id: light.badkamer
    domain: light
  - type: turn_off
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
  - type: turn_off
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
  - type: turn_off
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
  - type: turn_off
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
  - type: turn_off
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
  - type: turn_off
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
  - type: turn_off
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
  - type: turn_off
    device_id: 254015e29e2d82d7daa3b865e81f5fcf
    entity_id: switch.stopcontact_1
    domain: switch
  - type: turn_off
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
  - type: turn_off
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
  - type: turn_off
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
  - type: turn_off
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
  - type: turn_off
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
  - type: turn_off
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
  - type: turn_off
    device_id: f89515175507f5ce38015f4322230ec3
    entity_id: light.schakelaar_kantoor
    domain: light
  mode: single
- id: '1669888539876'
  alias: Ventilatie Keuken Inschakelen
  description: ''
  trigger:
  - platform: device
    type: changed_states
    device_id: 7c17a09a56ee1f8c68c19f162dce20b1
    entity_id: switch.nspanel_keuken_relay_2
    domain: switch
  condition: []
  action:
  - type: turn_on
    device_id: bd12aaf50a30b9f691bfd48c6ef129bd
    entity_id: light.ventilatie
    domain: light
  mode: single
- id: '1669889184614'
  alias: Ventilatie Toilet Inschakelen
  description: ''
  trigger:
  - device_id: fd9af2ecfa6f78b87bcc33b636a6cdd7
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: open
  condition: []
  action:
  - type: turn_on
    device_id: 3a8513474265a1b38444a07c2887771a
    entity_id: light.ventilatie
    domain: light
  mode: single
- id: '1669889211361'
  alias: Ventilatie Toilet Uitschakelen
  description: ''
  trigger:
  - device_id: fd9af2ecfa6f78b87bcc33b636a6cdd7
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: close
  condition: []
  action:
  - type: turn_off
    device_id: 3a8513474265a1b38444a07c2887771a
    entity_id: light.ventilatie
    domain: light
  mode: single
- id: '1669890394399'
  alias: Ventilatie Badkamer Inschakelen
  description: ''
  trigger:
  - device_id: 5bd60c5224807a4dbd6493ba0e53a711
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: open
  condition: []
  action:
  - type: turn_on
    device_id: bd12aaf50a30b9f691bfd48c6ef129bd
    entity_id: light.ventilatie
    domain: light
  mode: single
- id: '1669890424774'
  alias: Ventilatie Badkamer Uitschakelen
  description: ''
  trigger:
  - device_id: da9e534d61b6e5b08dbca0df5d4d020e
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: close
  condition: []
  action:
  - type: turn_off
    device_id: 3a8513474265a1b38444a07c2887771a
    entity_id: light.ventilatie
    domain: light
  mode: single
- id: '1669890725587'
  alias: Batterij Schakelaar Fitness Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 877396109d076a66415335fd1829eb92
    entity_id: sensor.ikea_of_sweden_remote_control_n2_battery_3
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Schakelaar Fitness Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1669890769222'
  alias: Batterij Schakelaar Kantoor Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 31b197f4a4bdc18db1d77098637cd3b6
    entity_id: sensor.ikea_of_sweden_remote_control_n2_battery_2
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Schakelaar Kantoor Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1669890816356'
  alias: Batterij Schakelaar Kledingkamer Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 136d9f1d577fe43842e4b42c32d06826
    entity_id: sensor.ikea_of_sweden_remote_control_n2_battery
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Schakelaar Kledingkamer Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1669890857849'
  alias: Batterij Schakelaar Slaapkamer Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 4330b9ed8af5a8bcc1bf3f5c49ede82d
    entity_id: sensor.schakelaar_slaapkamer_battery
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Schakelaar Slaapkamer Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1669890906252'
  alias: Batterij Schakelaar Ventilatie Badkamer Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 59aebe21039d990fe75a876d5bd6ff75
    entity_id: sensor.schakelaar_ventilatie_badkamer_battery
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Schakelaar Ventilatie Badkamer Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1669891005073'
  alias: Batterij Schakelaar Ventilatie Toilet Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: fd9af2ecfa6f78b87bcc33b636a6cdd7
    entity_id: sensor.ikea_of_sweden_tradfri_open_close_remote_battery_2
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Schakelaar Ventilatie Toilet Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1669921483805'
  alias: Boiler Aan Schakelaar
  description: ''
  trigger:
  - device_id: 2c032f745106649cb10d0559d1d0685d
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: open
  condition: []
  action:
  - type: turn_on
    device_id: ed40fe0d4fa225c2ea17cc5e8c004575
    entity_id: light.boiler
    domain: light
  - delay:
      hours: 0
      minutes: 10
      seconds: 0
      milliseconds: 0
  - type: turn_off
    device_id: ed40fe0d4fa225c2ea17cc5e8c004575
    entity_id: light.boiler
    domain: light
  mode: single
- id: '1669921621382'
  alias: 'Boiler Uit Schakelaar '
  description: ''
  trigger:
  - device_id: 2c032f745106649cb10d0559d1d0685d
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: close
  condition: []
  action:
  - type: turn_off
    device_id: ed40fe0d4fa225c2ea17cc5e8c004575
    entity_id: light.boiler
    domain: light
  mode: single
- id: '1670010760418'
  alias: Lampen Gang/Voordeur Aan
  description: ''
  trigger:
  - type: motion
    platform: device
    device_id: ab96d18b394c3edb0b50e4833c9dd809
    entity_id: binary_sensor.hue_motion_gang_voordeur_motion
    domain: binary_sensor
  condition:
  - type: is_illuminance
    condition: device
    device_id: ab96d18b394c3edb0b50e4833c9dd809
    entity_id: sensor.hue_motion_gang_voordeur_light_level
    domain: sensor
    below: 10
  action:
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 50
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 50
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 50
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 50
  mode: single
- id: '1670010867159'
  alias: Lampen Gang/Voordeur Uit
  description: ''
  trigger:
  - type: no_motion
    platform: device
    device_id: ab96d18b394c3edb0b50e4833c9dd809
    entity_id: binary_sensor.hue_motion_gang_voordeur_motion
    domain: binary_sensor
    for:
      hours: 0
      minutes: 0
      seconds: 30
  condition: []
  action:
  - type: turn_off
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
  - type: turn_off
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
  mode: single
- id: '1670016450840'
  alias: TV Huiskamer Ambilight + Hue Inschakelen
  description: ''
  trigger:
  - device_id: 0203fe0e428250320afadf0abd2abd0c
    domain: zha
    platform: device
    type: remote_button_long_release
    subtype: open
  condition: []
  action:
  - type: turn_on
    device_id: d9a0433ca2fdce0c00d5897fd026c95b
    entity_id: light.tv_huiskamer_ambilight
    domain: light
    enabled: true
  - type: turn_off
    device_id: 8a43c22e93cca2602de32f9137769e92
    entity_id: light.pilaar_raam_3
    domain: light
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_nachtlampje_2
    metadata: {}
  - type: turn_off
    device_id: b2bfb4fcfb26e17afcf4047239498efa
    entity_id: light.pilaar_achter_links_3
    domain: light
  - type: turn_off
    device_id: fccdb5e4fc809bb9e8222be9a7b456bd
    entity_id: light.pilaar_achter_rechts_1
    domain: light
  - type: turn_off
    device_id: 2eaf44226d0fe50ca8ccebde2150d0f3
    entity_id: light.pilaar_achter_rechts_2
    domain: light
  - type: turn_off
    device_id: 348d7015b6602bacdc8d7d0d88ff2c88
    entity_id: light.pilaar_achter_rechts_3
    domain: light
  - type: turn_off
    device_id: 8b06a09057c481bdefb6dda7f6a17fcc
    entity_id: light.pilaar_bij_tv_3
    domain: light
  - type: turn_off
    device_id: 226a348e34b0fd7b97889badeaba812d
    entity_id: light.pilaar_bij_keuken_3
    domain: light
  - type: turn_on
    device_id: d9a0433ca2fdce0c00d5897fd026c95b
    entity_id: switch.tv_huiskamer_ambilight_hue
    domain: switch
  - type: turn_off
    device_id: 0c514c2a02b982c087b44f2dbf3fd5eb
    entity_id: light.lamp_eettafel_1_2
    domain: light
  - type: turn_off
    device_id: 0347f3af8ab0ccb6105d4678f5a58cfc
    entity_id: light.lamp_eettafel_2
    domain: light
  - type: turn_off
    device_id: ccd6c149ce1190402e5890cb0ccf53ee
    entity_id: light.lamp_eettafel_3
    domain: light
  - type: turn_off
    device_id: 813c730417d4ba396ea03fb679d2c534
    entity_id: light.lamp_eettafel_4
    domain: light
  - type: turn_off
    device_id: a321ac323a2e8105fa06bd2a85fb5da9
    entity_id: light.lightbulb
    domain: light
  - type: turn_off
    device_id: 79beba04187a634b4ab8e658249b4dfb
    entity_id: light.lamp_eettafel_6
    domain: light
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 0
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 0
  - device_id: 822e47d6b08ed7e7a89914abd2d66d38
    domain: cover
    entity_id: cover.gordijn_huiskamer_1
    type: set_position
    position: 0
  - device_id: 2fa846731c42913a16026e6b3cd2739c
    domain: cover
    entity_id: cover.gordijn_huiskamer_2
    type: set_position
    position: 0
  - device_id: d619c14911dadedd2ec2c1ab6240f31e
    domain: cover
    entity_id: cover.gordijn_huiskamer_3
    type: set_position
    position: 0
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 0
  mode: single
- id: '1670016498898'
  alias: TV Huiskamer Ambilight + Hue Uitschakelen
  description: ''
  trigger:
  - device_id: 0203fe0e428250320afadf0abd2abd0c
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: close
  condition: []
  action:
  - type: turn_off
    device_id: d9a0433ca2fdce0c00d5897fd026c95b
    entity_id: switch.tv_huiskamer_ambilight_hue
    domain: switch
  - type: turn_off
    device_id: e745a06a13bf320bd1615c5c4091d3f2
    entity_id: light.plafonniere_huiskamer_1
    domain: light
  - type: turn_off
    device_id: 308cba74166aa7a00f91a3cc206236ea
    entity_id: light.plafonniere_huiskamer_2
    domain: light
  - service: scene.turn_on
    target:
      entity_id: scene.huiskamer_lampen_ontspannen
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_nachtlampje_2
    metadata: {}
  mode: single
- id: '1670017917643'
  alias: Batterij Bewegingssensor Kledingkamer Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 9c378925a441af4ff64277b7b9cd0d56
    entity_id: sensor.bewegingssensor_kledingk_motion_sensor_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Kledingkamer Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670018004925'
  alias: Batterij Bewegingssensor Badkamer Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 0915debdc7130bae6537790c867b6c7d
    entity_id: sensor.bewegingssensor_badkamer_motion_sensor_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Badkamer Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670018097751'
  alias: Batterij Bewegingssensor Overloop Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: b4212515201777b6f1d3f56816145502
    entity_id: sensor.bewegingssensor_overloop_motion_sensor_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Overloop Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670018228299'
  alias: Batterij Bewegingssensor Trapkast Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 95a8c64a086e22843985c5bc22311bcc
    entity_id: sensor.bewegingssensor_trapkast_motion_sensor_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Trapkast Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670018327847'
  alias: Batterij Bewegingssensor Achtertuin Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 5a52372c6846cc2ce9286a85079f6f3b
    entity_id: sensor.hue_motion_achtertuin_battery
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Achtertuin Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670018414482'
  alias: Batterij Bewegingssensor Berging Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: eb0490104ebeaae2113397fc76175c1d
    entity_id: sensor.hue_motion_berging_battery
    domain: sensor
    below: 10
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Berging Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670018581401'
  alias: Batterij Bewegingssensor Gang/Trap Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: f7627c14445e6a358753e632d5428990
    entity_id: sensor.hue_motion_toilet_battery
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Gang/Trap Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670018661367'
  alias: Batterij Bewegingssensor Gang/Voordeur Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: be5d2f9e60279c1404ba7641d3129b5f
    entity_id: sensor.hue_motion_sensor_1_battery_2
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Gang/Voordeur Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670018734652'
  alias: Batterij Bewegingssensor Keuken Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 597513528db0fb1fbca0da432202b02c
    entity_id: sensor.hue_motion_keuken_battery
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Bewegingssensor Keuken Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670019155012'
  alias: Batterij Netatmo Badkamer Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 4ece16c53c345921ba959a3260e013a1
    entity_id: sensor.kantoor_kantoor_kantoor_badkamer_battery_percent
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Netatmo Badkamer Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670019215441'
  alias: Batterij Netatmo Huiskamer Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 58edcf9ab0b1bc0a3923c47c91e99014
    entity_id: sensor.kantoor_kantoor_kantoor_huiskamer_battery_percent
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Netatmo Huiskamer Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670019265262'
  alias: Batterij Netatmo Slaapkamer Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: 7035f52f251e2048e87071fb6214efad
    entity_id: sensor.kantoor_kantoor_kantoor_slaapkamer_battery_percent
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Netatmo Slaapkamer Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670019315816'
  alias: Batterij Netatmo Achtertuin Vervangen
  description: ''
  trigger:
  - type: battery_level
    platform: device
    device_id: ee2cbcddf1bdf19539df0474ef0b6aee
    entity_id: sensor.kantoor_kantoor_kantoor_buiten_battery_percent
    domain: sensor
    below: 10
    for:
      hours: 1
      minutes: 0
      seconds: 0
  condition: []
  action:
  - device_id: 7c75d1db4888b73df15069cd9a597985
    domain: mobile_app
    type: notify
    message: Batterij Netatmo Achtertuin Vervangen
    title: Batterij Vervangen
  mode: single
- id: '1670098779740'
  alias: Kerstboom Aan
  description: ''
  trigger:
  - platform: sun
    event: sunrise
    offset: 0
  condition: []
  action:
  - type: turn_on
    device_id: a212ef5eb97c91f3e27328fc8069ac75
    entity_id: light.kerstboom
    domain: light
  mode: single
- id: '1670872757191'
  alias: Lampen Gang/Trap Aan
  description: ''
  trigger:
  - type: motion
    platform: device
    device_id: 0962fb52b155153fc15399b082f7fbdc
    entity_id: binary_sensor.hue_motion_gang_trap_motion
    domain: binary_sensor
  condition:
  - type: is_illuminance
    condition: device
    device_id: 0962fb52b155153fc15399b082f7fbdc
    entity_id: sensor.hue_motion_gang_trap_light_level
    domain: sensor
    below: 20
  action:
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 25
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 25
  mode: single
- id: '1670872824163'
  alias: Lampen Gang/Trap Uit
  description: ''
  trigger:
  - type: no_motion
    platform: device
    device_id: 0962fb52b155153fc15399b082f7fbdc
    entity_id: binary_sensor.hue_motion_gang_trap_motion
    domain: binary_sensor
  condition: []
  action:
  - type: turn_off
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
  - type: turn_off
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
  mode: single
- id: '1672158371077'
  alias: CO Detectie Huiskamer
  description: ''
  trigger:
  - type: co
    platform: device
    device_id: b910ef12e26dd936eb4caad39d2e97b1
    entity_id: binary_sensor.nest_protect_family_room_co_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1672243558735'
  alias: Heater Kantoor Aan
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: time
    after: 09:00:00
    before: '17:00:00'
  - condition: device
    device_id: 7c75d1db4888b73df15069cd9a597985
    domain: device_tracker
    entity_id: device_tracker.pixel_6_pro
    type: is_home
  - type: is_not_open
    condition: device
    device_id: debb8b47193c4da71b8e2ff616a60a88
    entity_id: binary_sensor.open_closed_sensor_kantoor_contact
    domain: binary_sensor
  - condition: or
    conditions:
    - condition: template
      value_template: '{% set t = states(''sensor.zonneplan_current_gas_tariff'')
        | float %} {% set u = states(''sensor.zonneplan_current_electricity_tariff'')
        | float %} {{ (t / u) > 4.83 }}'
  action:
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: heat
  - device_id: 2870bfa5f3988ecbb4a9aaf1a77175d3
    domain: climate
    entity_id: climate.kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1672243653910'
  alias: Heater Kantoor Uit
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: device
    device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: is_hvac_mode
    hvac_mode: heat
  - condition: or
    conditions:
    - condition: time
      after: '17:00:00'
      before: 09:00:00
    - condition: device
      device_id: 7c75d1db4888b73df15069cd9a597985
      domain: device_tracker
      entity_id: device_tracker.pixel_6_pro
      type: is_not_home
    - condition: and
      conditions:
      - condition: template
        value_template: '{% set t = states(''sensor.zonneplan_current_gas_tariff'')
          | float %} {% set u = states(''sensor.zonneplan_current_electricity_tariff'')
          | float %} {{ (t / u) < 4.83 }}'
  - type: is_not_open
    condition: device
    device_id: debb8b47193c4da71b8e2ff616a60a88
    entity_id: binary_sensor.open_closed_sensor_kantoor_contact
    domain: binary_sensor
  action:
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2870bfa5f3988ecbb4a9aaf1a77175d3
    domain: climate
    entity_id: climate.kantoor
    type: set_hvac_mode
    hvac_mode: auto
  mode: single
- id: '1672247396093'
  alias: Heater Huiskamer Aan
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: time
    after: '16:00:00'
    before: '23:00:00'
  - condition: device
    device_id: 7c75d1db4888b73df15069cd9a597985
    domain: device_tracker
    entity_id: device_tracker.pixel_6_pro
    type: is_home
  - type: is_not_open
    condition: device
    device_id: 7ee793a3a76ba499beb11f95cd1f34d8
    entity_id: binary_sensor.open_closed_sensor_eetkamer_contact
    domain: binary_sensor
  - type: is_not_open
    condition: device
    device_id: ea3fb0c95d693910c08a15765f8f99aa
    entity_id: binary_sensor.open_closed_sensor_berging_contact
    domain: binary_sensor
  - type: is_not_open
    condition: device
    device_id: 80a4145ce241ba215ecf778e6511a074
    entity_id: binary_sensor.open_closed_sensor_raam_huiskamer_contact
    domain: binary_sensor
  - condition: or
    conditions:
    - condition: template
      value_template: '{% set t = states(''sensor.zonneplan_current_gas_tariff'')
        | float %} {% set u = states(''sensor.zonneplan_current_electricity_tariff'')
        | float %} {{ (t / u) > 4.83 }}'
  action:
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.eurom_heater_huiskamer
    type: set_hvac_mode
    hvac_mode: heat
  - device_id: 143b304520185a7db39c7bd088e406fc
    domain: climate
    entity_id: climate.huiskamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: heat
  mode: single
- id: '1672247444876'
  alias: Heater Huiskamer Uit
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: device
    device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.eurom_heater_huiskamer
    type: is_hvac_mode
    hvac_mode: heat
  - condition: or
    conditions:
    - condition: time
      after: '23:00:00'
      before: '16:00:00'
    - condition: device
      device_id: 7c75d1db4888b73df15069cd9a597985
      domain: device_tracker
      entity_id: device_tracker.pixel_6_pro
      type: is_not_home
    - condition: and
      conditions:
      - condition: template
        value_template: '{% set t = states(''sensor.zonneplan_current_gas_tariff'')
          | float %} {% set u = states(''sensor.zonneplan_current_electricity_tariff'')
          | float %} {{ (t / u) < 4.83 }}'
      - condition: not
        conditions: []
  - type: is_open
    condition: device
    device_id: 7ee793a3a76ba499beb11f95cd1f34d8
    entity_id: binary_sensor.open_closed_sensor_eetkamer_contact
    domain: binary_sensor
  - type: is_not_open
    condition: device
    device_id: ea3fb0c95d693910c08a15765f8f99aa
    entity_id: binary_sensor.open_closed_sensor_berging_contact
    domain: binary_sensor
  - type: is_not_open
    condition: device
    device_id: 80a4145ce241ba215ecf778e6511a074
    entity_id: binary_sensor.open_closed_sensor_raam_huiskamer_contact
    domain: binary_sensor
  action:
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.eurom_heater_huiskamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 143b304520185a7db39c7bd088e406fc
    domain: climate
    entity_id: climate.huiskamer
    type: set_hvac_mode
    hvac_mode: auto
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1672261596982'
  alias: Boiler Aan
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: time
    after: 06:00:00
    before: '23:00:00'
    enabled: false
  - condition: device
    type: is_off
    device_id: 0434fe9baf2dc09a1990e853d0de8c5c
    entity_id: light.boiler
    domain: light
  - condition: or
    conditions:
    - condition: state
      entity_id: sensor.zonneplan_status_tip
      state: Je levert zonnestroom terug
    - condition: state
      entity_id: sensor.zonneplan_status_tip
      state: Stroom is groen en goedkoop
  action:
  - type: turn_on
    device_id: 0434fe9baf2dc09a1990e853d0de8c5c
    entity_id: light.boiler
    domain: light
  mode: single
- id: '1672261944184'
  alias: Boiler Uit
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: or
    conditions:
    - condition: time
      after: '23:00:00'
      before: 06:00:00
    - condition: not
      conditions:
      - condition: state
        entity_id: sensor.zonneplan_status_tip
        state: Stroom is groen en goedkoop
      - condition: state
        entity_id: sensor.zonneplan_status_tip
        state: Je levert zonnestroom terug
  - condition: device
    type: is_on
    device_id: ed40fe0d4fa225c2ea17cc5e8c004575
    entity_id: light.boiler
    domain: light
  - condition: template
    value_template: '{{ (now().timestamp() - state_attr(''automation.boiler_aan'',
      ''last_triggered'').timestamp()) > 600 }}'
  action:
  - type: turn_off
    device_id: 0434fe9baf2dc09a1990e853d0de8c5c
    entity_id: light.boiler
    domain: light
  mode: single
- id: '1673180098904'
  alias: Lampen Kantoor (Relay1 NSPanel)
  description: ''
  trigger:
  - platform: device
    type: changed_states
    device_id: 7249d60fa14858419d380edc1867c08f
    entity_id: switch.nspanel_kantoor_relay_1
    domain: switch
  condition: []
  action:
  - type: toggle
    device_id: 7016bf47395ab4f6e42b749ad39729d4
    entity_id: light.kantoor
    domain: light
  mode: single
- id: '1673196123169'
  alias: Lampen Keuken (Relay 1 NSPanel)
  description: ''
  trigger:
  - platform: device
    type: changed_states
    device_id: 7c17a09a56ee1f8c68c19f162dce20b1
    entity_id: switch.nspanel_keuken_relay_1
    domain: switch
  condition: []
  action:
  - type: toggle
    device_id: fa968addfdb06f8ce56730bccbf9b9d9
    entity_id: light.keuken
    domain: light
  mode: single
- id: '1673294365366'
  alias: Lampen Eetkamer (Relay 1 NSPanel)
  description: ''
  trigger:
  - platform: device
    type: changed_states
    device_id: 9fae911d3b80cc425e3c5095a3c7f580
    entity_id: switch.nspanel_eetkamer_relay_1
    domain: switch
  condition: []
  action:
  - type: toggle
    device_id: 7625fc2eda33e116570a29b09404c14f
    entity_id: light.eetkamer
    domain: light
  - type: toggle
    device_id: 0c514c2a02b982c087b44f2dbf3fd5eb
    entity_id: light.lamp_eettafel_1_2
    domain: light
  - type: toggle
    device_id: 0347f3af8ab0ccb6105d4678f5a58cfc
    entity_id: light.lamp_eettafel_2
    domain: light
  - type: toggle
    device_id: ccd6c149ce1190402e5890cb0ccf53ee
    entity_id: light.lamp_eettafel_3
    domain: light
  - type: toggle
    device_id: 813c730417d4ba396ea03fb679d2c534
    entity_id: light.lamp_eettafel_4
    domain: light
  - type: toggle
    device_id: a321ac323a2e8105fa06bd2a85fb5da9
    entity_id: light.lightbulb
    domain: light
  - type: toggle
    device_id: 79beba04187a634b4ab8e658249b4dfb
    entity_id: light.lamp_eettafel_6
    domain: light
  mode: single
- id: '1673294962180'
  alias: Lampen Huiskamer (Relay 1 NSPanel)
  description: ''
  trigger:
  - platform: device
    type: changed_states
    device_id: b1faadb6053401a066c50f8c2451dcbd
    entity_id: switch.nspanel_huiskamer_relay_1
    domain: switch
  condition: []
  action:
  - type: toggle
    device_id: 604ab285f6d713949584bc8bf184c96f
    entity_id: light.huiskamer_lampen
    domain: light
  mode: single
- id: '1673388368439'
  alias: Lampen Toilet Aan
  description: ''
  trigger:
  - type: motion
    platform: device
    device_id: 2090a633ef3498478b37ebb898548d79
    entity_id: binary_sensor.hue_motion_toilet_motion
    domain: binary_sensor
  condition: []
  action:
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 50
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 50
  mode: single
- id: '1673388472203'
  alias: Lampen Toilet Uit
  description: ''
  trigger:
  - type: no_motion
    platform: device
    device_id: 2090a633ef3498478b37ebb898548d79
    entity_id: binary_sensor.hue_motion_toilet_motion
    domain: binary_sensor
    for:
      hours: 0
      minutes: 2
      seconds: 0
  condition: []
  action:
  - type: turn_off
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
  - type: turn_off
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
  mode: single
- id: '1673388575393'
  alias: Lampen Toilet Omschakelen
  description: ''
  trigger:
  - device_id: 742053460fb2ef0081fffdba51bb8b8a
    domain: hue
    platform: device
    type: initial_press
    subtype: 1
    unique_id: e1db6de8-3468-45b5-81ea-0dcaa881f807
  condition: []
  action:
  - type: toggle
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
  - type: toggle
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
  mode: single
- id: '1673440204609'
  alias: CO Detectie Zolder
  description: ''
  trigger:
  - type: co
    platform: device
    device_id: df92a310b6fdd53bdb2c935d9031b29d
    entity_id: binary_sensor.nest_protect_attic_co_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1673440245539'
  alias: CO Detectie Overloop
  description: ''
  trigger:
  - type: co
    platform: device
    device_id: 314ba1a718dfdcd34cb1a00ecfb9794a
    entity_id: binary_sensor.nest_protect_hallway_co_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1673440330252'
  alias: Rookdetectie Huiskamer
  description: ''
  trigger:
  - type: smoke
    platform: device
    device_id: b910ef12e26dd936eb4caad39d2e97b1
    entity_id: binary_sensor.nest_protect_family_room_smoke_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1673440353827'
  alias: Rookdetectie Zolder
  description: ''
  trigger:
  - type: smoke
    platform: device
    device_id: df92a310b6fdd53bdb2c935d9031b29d
    entity_id: binary_sensor.nest_protect_attic_smoke_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1673440371473'
  alias: Rookdetectie Overloop
  description: ''
  trigger:
  - type: smoke
    platform: device
    device_id: 314ba1a718dfdcd34cb1a00ecfb9794a
    entity_id: binary_sensor.nest_protect_hallway_smoke_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1673440420743'
  alias: Hittedetectie Overloop
  description: ''
  trigger:
  - type: hot
    platform: device
    device_id: 314ba1a718dfdcd34cb1a00ecfb9794a
    entity_id: binary_sensor.nest_protect_hallway_heat_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1673440456052'
  alias: Hittedetectie Huiskamer
  description: ''
  trigger:
  - type: hot
    platform: device
    device_id: b910ef12e26dd936eb4caad39d2e97b1
    entity_id: binary_sensor.nest_protect_family_room_heat_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1673440480445'
  alias: Hittedetectie Zolder
  description: ''
  trigger:
  - type: hot
    platform: device
    device_id: df92a310b6fdd53bdb2c935d9031b29d
    entity_id: binary_sensor.nest_protect_attic_heat_status
    domain: binary_sensor
  condition: []
  action:
  - service: scene.turn_on
    target:
      entity_id: scene.badkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.berging_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.eetkamer_concentreren_2
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.woonkamer_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.kantoor_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.keuken_concentreren
    metadata: {}
  - service: scene.turn_on
    target:
      entity_id: scene.slaapkamer_concentreren
    metadata: {}
  - type: turn_on
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 47349e7db1a8222c4410a7773be3467f
    entity_id: light.plafonniere_fitness_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: fb1e01d5a2c41b4d9653b6565a41844b
    entity_id: light.plafonniere_fitness_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0f959e81f334631d7f901f90d40e99dc
    entity_id: light.plafonniere_kledingkamer_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 6237f0cfe71a172e287a6e20310ddc30
    entity_id: light.plafonniere_kledingkamer_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3aace9121642841bb4c57e39032030b2
    entity_id: light.lampen_kledingkast
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 358a04c0f0efc3becaa6d6548644bf48
    entity_id: light.lamp_gang_trap_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: c5f83fc991aa59f885511ae59a4b6be8
    entity_id: light.lamp_gang_trap_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 0bb0a8f48c1f8b8879e21c2cddacb9c9
    entity_id: light.lamp_gang_voordeur_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 7840ad47cbd6b46fe2cf6654ac4daff5
    entity_id: light.lamp_gang_voordeur_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 3ccd679ccf0aba29647187955be3ec93
    entity_id: light.plafonniere_toilet_1
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: cc1991e6e78270a894f16f6bcad7b8a9
    entity_id: light.plafonniere_toilet_2
    domain: light
    brightness_pct: 100
  - type: turn_on
    device_id: 628e4ef5b7f08d7bf32720b5a8784c1f
    entity_id: light.lamp_trapkast
    domain: light
    brightness_pct: 100
  - service: scene.turn_on
    target:
      entity_id: scene.tv_huiskamer_concentreren
    metadata: {}
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: ca5e0d77987f13ae6573ff6d7ef71805
    domain: cover
    entity_id: cover.rolgordijn_6
    type: set_position
    position: 100
  - device_id: 5a1d4fb23a52517de8bb181464560807
    domain: cover
    entity_id: cover.rolgordijn_7
    type: set_position
    position: 100
  - device_id: c68933ecfc2ec226b6d53ab856a1cc28
    domain: cover
    entity_id: cover.rolgordijn_8
    type: set_position
    position: 100
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 100
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
  - device_id: cc963a26ed088c097bf3d3e9349ccff0
    domain: cover
    entity_id: cover.gordijn_fitness
    type: set_position
    position: 100
  - device_id: dc2acb7dbbb28267ed6e844025001c66
    domain: cover
    entity_id: cover.rolgordijn_12
    type: set_position
    position: 100
  - device_id: 6b75f72629231fef54f77903d764684c
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va0919608064
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 55cada767c32d6225892ec95c8a87cd7
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va1523653376
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 2e0c426e5f4e015fd1d37a93355bfc28
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3139967744
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 69d9a2c69c6370ce22b26c49adbe7534
    domain: climate
    entity_id: climate.tado_smart_radiator_thermostat_va3316521728
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4db083bbbaad1e3aaef2c371b8fb1d2a
    domain: climate
    entity_id: climate.tado_smart_thermostat_su1415332352
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.your_eurom_heater_2
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 4983c463d302840b3041b0d2c3076fbf
    domain: climate
    entity_id: climate.eurom_heater_kantoor
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1673627980782'
  alias: Lampen Eetkamer en Huiskamer Aan
  description: ''
  trigger:
  - platform: sun
    event: sunset
    offset: +00:30:00
  condition:
  - condition: device
    device_id: 7c75d1db4888b73df15069cd9a597985
    domain: device_tracker
    entity_id: device_tracker.pixel_6_pro
    type: is_home
  action:
  - if:
    - condition: device
      type: is_off
      device_id: ac07baf3f9d88a2122ad5c8d45b1e952
      entity_id: light.pilaar_achter_links_1
      domain: light
    then:
    - service: scene.turn_on
      target:
        entity_id: scene.eetkamer_nachtlampje_2
      metadata: {}
  - if:
    - condition: device
      type: is_off
      device_id: 53c491228a9aae6ec098c8c2f17c84a6
      entity_id: light.pilaar_bij_keuken_1
      domain: light
    then:
    - service: scene.turn_on
      target:
        entity_id: scene.huiskamer_lampen_ontspannen
      metadata: {}
  mode: single
- id: '1673779226595'
  alias: Lampen Overloop Uit
  description: ''
  trigger:
  - type: no_motion
    platform: device
    device_id: b4212515201777b6f1d3f56816145502
    entity_id: binary_sensor.bewegingssensor_overloop
    domain: binary_sensor
  condition: []
  action:
  - type: turn_off
    device_id: 87b0297a2235680b88949f91b3241441
    entity_id: light.plafonniere_overloop_1
    domain: light
  - type: turn_off
    device_id: 2ce75a8f4e7c0e4805d7b516d546a317
    entity_id: light.plafonniere_overloop_2
    domain: light
  mode: single
- id: '1674570646594'
  alias: Ventilatie Badkamer Uit
  description: ''
  trigger:
  - device_id: 5bd60c5224807a4dbd6493ba0e53a711
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: close
  condition: []
  action:
  - type: turn_off
    device_id: bd12aaf50a30b9f691bfd48c6ef129bd
    entity_id: light.ventilatie
    domain: light
  mode: single
- id: '1674577424064'
  alias: Gordijnen Dicht Zonsondergang
  description: ''
  trigger:
  - platform: sun
    event: sunset
    offset: +00:30:00
  condition: []
  action:
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 0
    enabled: true
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 0
    enabled: true
  - device_id: 822e47d6b08ed7e7a89914abd2d66d38
    domain: cover
    entity_id: cover.gordijn_huiskamer_1
    type: set_position
    position: 0
  - device_id: 2fa846731c42913a16026e6b3cd2739c
    domain: cover
    entity_id: cover.gordijn_huiskamer_2
    type: set_position
    position: 0
  - device_id: d619c14911dadedd2ec2c1ab6240f31e
    domain: cover
    entity_id: cover.gordijn_huiskamer_3
    type: set_position
    position: 0
    enabled: true
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 0
    enabled: true
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 0
    enabled: false
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 0
    enabled: true
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 0
    enabled: true
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 0
    enabled: false
  mode: single
- id: '1674577550423'
  alias: Gordijnen Open Zonsopkomst
  description: ''
  trigger:
  - platform: sun
    event: sunrise
  condition: []
  action:
  - device_id: 4dc92e880a7648d8ba012ecb16c8860a
    domain: cover
    entity_id: cover.rolgordijn_10
    type: set_position
    position: 100
  - device_id: d0dd7272372e08ce7ef60d7221ae5323
    domain: cover
    entity_id: cover.rolgordijn_11
    type: set_position
    position: 100
  - device_id: 822e47d6b08ed7e7a89914abd2d66d38
    domain: cover
    entity_id: cover.gordijn_huiskamer_1
    type: set_position
    position: 100
  - device_id: 2fa846731c42913a16026e6b3cd2739c
    domain: cover
    entity_id: cover.gordijn_huiskamer_2
    type: set_position
    position: 100
  - device_id: d619c14911dadedd2ec2c1ab6240f31e
    domain: cover
    entity_id: cover.gordijn_huiskamer_3
    type: set_position
    position: 100
  - device_id: f1ca9054687a7b96ef35a638cfd57a61
    domain: cover
    entity_id: cover.gordijn_kantoor_1
    type: set_position
    position: 100
    enabled: true
  - device_id: b53d2ae93acc4ae95f9cf77a5900d374
    domain: cover
    entity_id: cover.gordijn_kantoor_2
    type: set_position
    position: 100
    enabled: true
  - device_id: a6c083bf733d8abd39583a40f7330d2b
    domain: cover
    entity_id: cover.rolgordijn_9
    type: set_position
    position: 100
  mode: single
- id: '1674754875539'
  alias: TV Huiskamer Ambilight Inschakelen
  description: ''
  trigger:
  - device_id: 0203fe0e428250320afadf0abd2abd0c
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: open
  condition: []
  action:
  - type: turn_on
    device_id: d9a0433ca2fdce0c00d5897fd026c95b
    entity_id: light.tv_huiskamer_ambilight
    domain: light
  mode: single
- id: '1674755080426'
  alias: TV Huiskamer Ambilight Uitschakelen
  description: ''
  trigger:
  - device_id: 0203fe0e428250320afadf0abd2abd0c
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: close
  condition: []
  action:
  - type: turn_off
    device_id: d9a0433ca2fdce0c00d5897fd026c95b
    entity_id: light.tv_huiskamer_ambilight
    domain: light
  mode: single
- id: '1680447619838'
  alias: Gordijnen Slaapkamer Open 2
  description: ''
  trigger:
  - device_id: 4330b9ed8af5a8bcc1bf3f5c49ede82d
    domain: zha
    platform: device
    type: remote_button_long_press
    subtype: left
  condition: []
  action:
  - device_id: c15318c599da626a4797a68da4c58b93
    domain: cover
    entity_id: cover.rolgordijn_13
    type: set_position
    position: 100
  - device_id: f91279217970ec652ce9d2a739be085a
    domain: cover
    entity_id: cover.gordijn_slaapkamer_4
    type: set_position
    position: 100
  mode: single
- id: '1680447694807'
  alias: Gordijnen Slaapkamer Sluiten 2
  description: ''
  trigger:
  - device_id: 4330b9ed8af5a8bcc1bf3f5c49ede82d
    domain: zha
    platform: device
    type: remote_button_long_press
    subtype: right
  condition: []
  action:
  - device_id: c15318c599da626a4797a68da4c58b93
    domain: cover
    entity_id: cover.rolgordijn_13
    type: set_position
    position: 0
  - device_id: f91279217970ec652ce9d2a739be085a
    domain: cover
    entity_id: cover.gordijn_slaapkamer_4
    type: set_position
    position: 0
  mode: single
- id: '1682433329483'
  alias: TV Slaapkamer Ambilight Aan
  description: ''
  trigger:
  - device_id: 926c808ee68ced655f1abebe021e4541
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: open
  condition: []
  action:
  - type: turn_on
    device_id: 8e15a4899c85d856d620332e9ff59c6f
    entity_id: light.tv_slaapkamer_ambilight
    domain: light
  mode: single
- id: '1682433387006'
  alias: TV Slaapkamer Ambilight+HUE Aan
  description: ''
  trigger:
  - device_id: 926c808ee68ced655f1abebe021e4541
    domain: zha
    platform: device
    type: remote_button_long_release
    subtype: open
  condition: []
  action:
  - type: turn_on
    device_id: 8e15a4899c85d856d620332e9ff59c6f
    entity_id: switch.tv_slaapkamer_ambilight_hue
    domain: switch
  mode: single
- id: '1682433463634'
  alias: TV Slaapkamer Ambilight Uit
  description: ''
  trigger:
  - device_id: 926c808ee68ced655f1abebe021e4541
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: close
  condition: []
  action:
  - type: turn_off
    device_id: 8e15a4899c85d856d620332e9ff59c6f
    entity_id: light.tv_slaapkamer_ambilight
    domain: light
  mode: single
- id: '1682433512724'
  alias: TV Slaapkamer Ambilight+HUE Uit
  description: ''
  trigger:
  - device_id: 926c808ee68ced655f1abebe021e4541
    domain: zha
    platform: device
    type: remote_button_long_release
    subtype: close
  condition: []
  action:
  - type: turn_off
    device_id: 8e15a4899c85d856d620332e9ff59c6f
    entity_id: switch.tv_slaapkamer_ambilight_hue
    domain: switch
  mode: single
- id: '1683615645250'
  alias: Gordijnen Slaapkamer Gedeeltelijk Open
  description: ''
  trigger:
  - platform: time
    at: 09:30:00
  condition:
  - condition: device
    device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: is_closed
  - condition: device
    device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: is_closed
  action:
  - device_id: 12259b3e0f56d857efd1681e81ceac33
    domain: cover
    entity_id: cover.gordijn_slaapkamer_1
    type: set_position
    position: 25
  - device_id: 36e6adacac798955f0fdabe71d668085
    domain: cover
    entity_id: cover.gordijn_slaapkamer_2
    type: set_position
    position: 25
  mode: single
- id: '1683813009182'
  alias: Raam/Deur Open Huiskamer
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: or
    conditions:
    - type: is_open
      condition: device
      device_id: ea3fb0c95d693910c08a15765f8f99aa
      entity_id: binary_sensor.open_closed_sensor_berging_contact
      domain: binary_sensor
      for:
        hours: 0
        minutes: 2
        seconds: 0
    - type: is_open
      condition: device
      device_id: 7ee793a3a76ba499beb11f95cd1f34d8
      entity_id: binary_sensor.open_closed_sensor_eetkamer_contact
      domain: binary_sensor
    - type: is_open
      condition: device
      device_id: 80a4145ce241ba215ecf778e6511a074
      entity_id: binary_sensor.open_closed_sensor_raam_huiskamer_contact
      domain: binary_sensor
  action:
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: aa5120683a3bf0bb52639b750f6bd97d
    domain: climate
    entity_id: climate.eurom_heater_eetkamer
    type: set_hvac_mode
    hvac_mode: 'off'
  - device_id: 46289fe5169600f18dedade0d0a5f765
    domain: climate
    entity_id: climate.eurom_heater_huiskamer
    type: set_hvac_mode
    hvac_mode: 'off'
  mode: single
- id: '1683813149906'
  alias: Raam/Deur Gesloten Huiskamer
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition:
  - condition: and
    conditions:
    - type: is_not_open
      condition: device
      device_id: ea3fb0c95d693910c08a15765f8f99aa
      entity_id: binary_sensor.open_closed_sensor_berging_contact
      domain: binary_sensor
    - type: is_not_open
      condition: device
      device_id: 7ee793a3a76ba499beb11f95cd1f34d8
      entity_id: binary_sensor.open_closed_sensor_eetkamer_contact
      domain: binary_sensor
    - type: is_not_open
      condition: device
      device_id: 80a4145ce241ba215ecf778e6511a074
      entity_id: binary_sensor.open_closed_sensor_raam_huiskamer_contact
      domain: binary_sensor
  action:
  - device_id: 213d2457ea4aa4b461b8817bc3170407
    domain: climate
    entity_id: climate.tado_smart_thermostat_ru3831440384
    type: set_hvac_mode
    hvac_mode: heat
  mode: single
- id: '1683982131412'
  alias: Camera's Achtertuin Aan
  description: ''
  trigger:
  - platform: time
    at: 02:00:00
  condition: []
  action:
  - type: turn_on
    device_id: ae4b9a9c4bc223e00e8d2924088b030d
    entity_id: switch.hue_motion_achtertuin_motion
    domain: switch
  - type: turn_on
    device_id: ae4b9a9c4bc223e00e8d2924088b030d
    entity_id: switch.hue_motion_achtertuin_illuminance
    domain: switch
  - type: turn_on
    device_id: 1a82d76fc0e727cc95b13a77d18988f2
    entity_id: 968f5baae6a7a46ce7160dc3e6acf2dc
    domain: switch
  - type: turn_on
    device_id: 77ec16711dc7396883662865e5419f2c
    entity_id: 820cfe3c4c2ee98badfe8f22757a53f0
    domain: switch
  mode: single
- id: '1685264106981'
  alias: Vliegenlamp Eetkamer
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition: []
  action:
  - if:
    - condition: and
      conditions:
      - type: is_open
        condition: device
        device_id: 7ee793a3a76ba499beb11f95cd1f34d8
        entity_id: binary_sensor.open_closed_sensor_eetkamer_contact
        domain: binary_sensor
      - condition: sun
        before: sunrise
        after: sunset
    then:
    - type: turn_off
      device_id: a79c47407bf2d3cdc593b9cf4f45dee6
      entity_id: light.hue_smart_plug_1_2
      domain: light
    else:
    - type: turn_on
      device_id: a79c47407bf2d3cdc593b9cf4f45dee6
      entity_id: light.hue_smart_plug_1_2
      domain: light
  mode: single
- id: '1687707030591'
  alias: Vliegenlamp Kantoor
  description: ''
  trigger:
  - platform: time_pattern
    minutes: /1
  condition: []
  action:
  - if:
    - condition: and
      conditions:
      - type: is_open
        condition: device
        device_id: debb8b47193c4da71b8e2ff616a60a88
        entity_id: binary_sensor.open_closed_sensor_kantoor_contact
        domain: binary_sensor
      - condition: sun
        before: sunrise
        after: sunset
      - condition: or
        conditions:
        - condition: device
          device_id: f1ca9054687a7b96ef35a638cfd57a61
          domain: cover
          entity_id: 8f9ef81566d074ec8f03d211b7f6c7bb
          type: is_open
        - condition: device
          device_id: b53d2ae93acc4ae95f9cf77a5900d374
          domain: cover
          entity_id: b79186d15b7c07e9b58be61ca5f5656c
          type: is_open
    then:
    - type: turn_off
      device_id: a2ac671583bf3f5e91a49dda8592dda8
      entity_id: light.hue_smart_plug_1_3
      domain: light
    else:
    - type: turn_on
      device_id: a2ac671583bf3f5e91a49dda8592dda8
      entity_id: light.hue_smart_plug_1_3
      domain: light
  mode: single
joostlek commented 1 year ago

Damn, that are a lot of automations :)

Can you try removing the "Badkamer ventilatie Uitschakelen" automation? If possible via the UI, otherwise by removing it from the yaml and saving.

(I hid your comment because the GitHub app doesn't like the amount of text)

mtjweb commented 1 year ago

Yes, I love automating my whole house ;)

I removed the automation in the automations.yaml file and that solved the problem, thanks.

It's strange that this caused a problem with the update, because I have the same automation with the same type of switch for a different room.

joostlek commented 1 year ago

Could it be that that device is removed for whatever reason?

mtjweb commented 1 year ago

No idea. In any case, nothing has changed regarding that automation in recent months. And I always update Home Assistant immediately when a new update is released.

joostlek commented 1 year ago

Strange. I've seen this before and it's on my list to try to find out if we can improve the error. I could reproduce this if the device itself is removed or unknown.