Skip to content

Instantly share code, notes, and snippets.

View peltsippi's full-sized avatar

Timo P peltsippi

View GitHub Profile
@peltsippi
peltsippi / low-battery-level-detection-notification-for-all-battery-sensors.yaml
Last active January 4, 2025 15:04 — forked from sbyx/low-battery-level-detection-notification-for-all-battery-sensors.yaml
Home Assistant Blueprint: Low battery level detection & notification for ruuvitags
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
@peltsippi
peltsippi / wake-up-light-alarm-with-sunrise-effect.yaml
Last active November 19, 2023 13:48 — forked from sbyx/wake-up-light-alarm-with-sunrise-effect.yaml
Home Assistant Blueprint: Wake-up light alarm with sunrise effect
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.'