Message malformed: must contain at least one of below, above HealthBox boost

description: “Badkamer boost”
mode: single
triggers:

  • type: aqi
    device_id: 3d714677990d02ad27b91a0d4c39cfb0
    entity_id: dcf62d46060a91df1d74d942b54982e2
    domain: sensor
    trigger: device
    conditions:
  • condition: numeric_state
    entity_id: sensor.badkamer_met_toilet_air_quality_index
    above: “100”
    actions:
  • action: healthbox.start_room_boost
    metadata: {}
    data:
    device_id: 3d714677990d02ad27b91a0d4c39cfb0
    boost_level: 200
    boost_timeout: 15
    alias: Badkamer boost

Format your code properly: How to help us help you - or How to ask a good question

Should look like this:

triggers:
  - type: aqi
    device_id: ...and so on

What is the AQI sensor in the trigger? I think that’s where the error is coming from, as the set_room_boost looks fine if you’re using this HACS addon.