If the correctly formatted code is your actual automation (seems quite different to the first one you posted), it will not do any actions, because the condition can’t be fullfilled.
Condition is dependend on the day (from 00:00 to 23:59), so your condition always is “false”. Remove the “before” and try again. Btw you can remove the weekday as well, because you use all days, so this is obsolete.
All in all, I don’t think the condition is very useful, as the trigger always is behind the condition (09:30 is always after 09:29)
Taking all this into account, this should be your automation:
alias: Test WZ Tuer
description: test
trigger:
- platform: time
at: '09:30:00'
action:
- device_id: 42bc7748483609422b637976cb70d095
domain: cover
entity_id: cover.wz_tuer
type: open
- type: turn_on
device_id: 2538241cfd3a297a96f01224c8d9b1b6
entity_id: switch.0xec1bbdfffe9f7bc1
domain: switch
mode: single