.ha_mcp/logs/mcp_usage.jsonl, automations.yaml
This commit is contained in:
+3
-11
@@ -3059,18 +3059,10 @@
|
||||
- variables:
|
||||
snapshot_filename: hallway_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg
|
||||
notification_id: hallway_motion_{{ now().strftime('%Y%m%d_%H%M%S_%f') }}
|
||||
- action: camera.snapshot
|
||||
target:
|
||||
entity_id: camera.hallway_hallway_camera
|
||||
- action: shell_command.download_camera_image
|
||||
data:
|
||||
filename: /media/{{ snapshot_filename }}
|
||||
- action: camera.snapshot
|
||||
target:
|
||||
entity_id: camera.hallway_hallway_camera
|
||||
data:
|
||||
filename: /config/www/{{ snapshot_filename }}
|
||||
- delay:
|
||||
seconds: 2
|
||||
media_path: /media/{{ snapshot_filename }}
|
||||
www_path: /config/www/{{ snapshot_filename }}
|
||||
- action: ai_task.generate_data
|
||||
continue_on_error: true
|
||||
response_variable: ai_profile
|
||||
|
||||
Reference in New Issue
Block a user