This file contains 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: Low ink level detection & notification for all IPP printers | |
description: Regularly test all sensors with 'ink' marker_type for crossing | |
a certain ink level threshold and if so execute an action. | |
domain: automation | |
input: | |
threshold: | |
name: Ink warning level threshold | |
description: Ink sensors below threshold are assumed to be low-ink. | |
default: 20 |