or really even being sent to HASS as far as I can tell.
This YAML does exactly what I want it to when I trigger it manually to test, but regardless of how much activity I generate in front of the camera, it never triggers on motion.
alias: Front Porch Camera Motion
description: prototype for all camera motion
triggers:
- trigger: state
entity_id:
- binary_sensor.front_porch_motion_2
to:
- Detected
conditions:
- condition: device
device_id: 249e41676a6817992966feb27e46d0d3
domain: device_tracker
entity_id: 0263339712c99b093a4e6c856e856ea0
type: is_home
enabled: true
actions:
- action: browser_mod.popup
metadata: {}
data:
title: Front Porch Motion
dismissable: true
autoclose: false
content:
type: picture-entity
entity: camera.front_porch
name: Front Porch
timeout: 30000
target: null
device_id: d2ab9242428350849390ec3c451f9bc8
browser_id:
- d2ab9242428350849390ec3c451f9bc8
- 9d7b0adcea0bb0ebf56afeddfd76473f
mode: single
Is there some other way I should be listening for or receiving motion alerts in HASS?
or really even being sent to HASS as far as I can tell.
This YAML does exactly what I want it to when I trigger it manually to test, but regardless of how much activity I generate in front of the camera, it never triggers on motion.
Is there some other way I should be listening for or receiving motion alerts in HASS?