description: ""
triggers:
- trigger: geo_location
source: device_tracker.tag_3_bag
zone: zone.bus_check_point_big_zone
event: enter
conditions:
- condition: time
after: "18:00:00"
weekday:
- mon
- tue
- wed
- thu
- fri
actions:
- action: notify.mobile_app_pixel_9_pro
metadata: {}
data:
message: bus exit
mode: single
As shown in the middle blue section in picture, my tracking tag was in bus check point big zone but this automation never triggered.