Aeotec_zw100_multisensor_6 Need Automation Help

HI
i have aeotec multi sensor so i want to add motion action with my zwave relay switch .
please let me know how to do after below lines
- alias: Turn theater lights to on motion
trigger:
platform: state
entity_id: sensor.aeotec_zw100_multisensor_6_burglar_2_10
from: ‘0’
to: ‘8’
condition:
condition: state

action:

so i want to know what will be condition when motion detect and what will be action on relay with below id
vision_zl7432_inwall_switch_dual_relay_switch_3_0_3
so please write me some ideas.
thanks

It’d help a lot if you’d followed the instructions in the blue box at the top of every page, that tells you how to format posts correctly.

That said, if all you’re concerned about is the motion detector, then you don’t need any condition, and you’ll likely want something like:

action:
  - service: switch.turn_on
    entity_id: switch.vision_zl7432_inwall_switch_dual_relay_switch_3_0_3

Assuming, of course, that you’re wanting to turn the switch on, when motion is detected :wink:

Work Perfect .thanks
Now need More hlep as i can see zwave relay switch appera auto .on dashboard.
i have on another switch that is broadlink rm pro so how i group all to one group and all group has one on/off button on top of group

switch 1:
  platform: broadlink
  host: 192.168.0.11
  mac: '34:ea:34:e7:da:b0'
  timeout: 15
  switch: !include switch.yaml

below is switch.yaml code

tv:
friendly_name: “TV Power ON/OFF”
command_on: ‘JgBGAJWRFTUVNRU1FRAUEBcPFREWDxUzFTUVNRcPFhAVDxUQFBIUEBY0GA4UEBURGhIUERQRFDYXDhQ2FDQVNxQ2FDYUNhQADQUAAA==’
command_off: ‘JgBGAJWRFTUVNRU1FRAUEBcPFREWDxUzFTUVNRcPFhAVDxUQFBIUEBY0GA4UEBURGhIUERQRFDYXDhQ2FDQVNxQ2FDYUNhQADQUAAA==’

other 2 i have dual relay switch
now i only can see zwave switch cant see broadlink switch.any reason

I don’t use the Broadlink RF switches, but in principle all you’ll need to do is create a group of both switches.

However, if the Broadlink switch device isn’t showing, it suggests a configuration issue. I’d advise following the troubleshooting steps.