AutomationDataset/D-Jeffrey/automation-descriptions.json

15 lines
1.2 KiB
JSON

[
{
"id": "'Security: Camera Motion Notification'",
"result": {
"structured": "TRIGGER: When G5 bullet motion sensor [binary_sensor.g5_bullet_motion] changes from motion detected (on) to no motion (off). CONDITIONS: None. ACTIONS: Send a notification via mobile app your device [notify.mobile_app_your_device] with the message 'Motion detected at Camera XXX', including an image and video thumbnail from the motion event.",
"natural_language": {
"trigger": "When the G5 bullet motion sensor [binary_sensor.g5_bullet_motion] stops detecting motion, changing its state from 'on' to 'off'.",
"conditions": "There are no conditions that must be met for this automation to proceed.",
"action": "Sends a push notification to the user's mobile device via mobile app your device [notify.mobile_app_your_device]. The notification contains the message 'Motion detected at Camera XXX' and includes an image and a video clip of the event that just ended."
},
"human_like": "Sends a mobile notification with a video clip when motion is no longer detected by the security camera, alerting the user to recent activity.",
"complexity": "low"
}
}
]