Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automation not working error in data t None should be format 'HH:MM', 'HH:MM:SS' or 'HH:MM:SS. #1289

Open
appsfinder2 opened this issue Jan 19, 2025 · 0 comments

Comments

@appsfinder2
Copy link

alias: Capture Image on Trigger, Send Mobile Notification with Actions, Snooze or Alarm via Actions
description: ""
trigger:

  • platform: state
    entity_id:
    • binary_sensor.entrance_motion_detected
    • binary_sensor.entrance_person_detected
      to: "on"
      id: sensor
  • platform: event
    event_type: mobile_app_notification_action
    id: snooze
    event_data:
    action: SNOOZE
  • platform: event
    event_type: mobile_app_notification_action
    id: alarm
    event_data:
    action: ALARM
    condition: []
    action:
  • choose:
    • conditions:
      • condition: trigger
        id: sensor
        sequence:
      • delay:
        hours: 0
        minutes: 0
        seconds: 3
        milliseconds: 0
      • service: notify.mobile_app_fuatx3pro
        data:
        message: Motion detected
        data:
        image: /api/image_proxy/image.entrance_event_image
        actions:
        - action: ALARM
        title: Alarm
        - action: SNOOZE
        title: Snooze
    • conditions:
      • condition: trigger
        id: snooze
        sequence:
      • service: eufy_security.snooze
        data:
        snooze_time: 10
        snooze_chime: false
        snooze_motion: true
        snooze_homebase: false
        target:
        entity_id: camera.entrance
    • conditions:
      • condition: trigger
        id: alarm
        sequence:
      • service: eufy_security.trigger_camera_alarm_with_duration
        data:
        duration: 1
        target:
        entity_id: camera.entrance
        mode: single
@appsfinder2 appsfinder2 changed the title automation not work error in data t None should be format 'HH:MM', 'HH:MM:SS' or 'HH:MM:SS.F' automation not working error in data t None should be format 'HH:MM', 'HH:MM:SS' or 'HH:MM:SS.F' Jan 19, 2025
@appsfinder2 appsfinder2 changed the title automation not working error in data t None should be format 'HH:MM', 'HH:MM:SS' or 'HH:MM:SS.F' automation not working error in data t None should be format 'HH:MM', 'HH:MM:SS' or 'HH:MM:SS. Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant