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 humidity level detection & notification for miflora sensors | |
description: Regularly test all sensors with 'humidity' device-class for crossing | |
a certain humidity level threshold and if so execute an action. | |
domain: automation | |
input: | |
threshold: | |
name: Humidity warning level threshold | |
description: Humidity sensors below threshold are assumed to be low-humidity. | |
default: 20 |