This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: AI 3D Printer Status Check | |
| description: | | |
| Monitors a camera on a repeating cadence **while** a state sensor equals a target value (case‑insensitive). | |
| Each cycle runs a Home Assistant **AI Task** on a frame and exposes the AI result + snapshot path to an optional | |
| user script for platform‑specific notifications. | |
| • Local AI = attach **camera** directly to the AI Task (fast, high quality). | |
| • Remote AI = attach **snapshot** file via Local Media (requires allowlisted media path; see inputs). | |
| • Optional confidence threshold (fixed number or entity) gates the built‑in text alert. |
OlderNewer