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: Low battery level detection & notification for ruuvitags. | |
description: Regularly test all ruuvitags for crossing | |
a certain battery level threshold and if so execute an action. | |
Ruuvitag says that 1800mV tag should still function but it depends on temperature etc. | |
1900 mV during -10C seems to be too low for my units but YMMV | |
domain: automation | |
input: | |
threshold: | |
name: Battery warning level threshold |
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: Wake-up light alarm with sunrise effect | |
description: 'A wake-up light alarm with a brightness and color temperature sunrise | |
effect. Note: Requires date_time_iso sensor in configuration, not manually executable!' | |
domain: automation | |
input: | |
light_entity: | |
name: Wake-up light entity | |
description: 'The light to control. Turning it off during the sunrise will keep | |
it off. Color temperature range is auto-detected.' |