Skip to content

Instantly share code, notes, and snippets.

@sbyx
sbyx / deconz-hue-dimmer-switch.yaml
Created January 10, 2021 15:44
Home Assistant Blueprint - deCONZ - Philips Hue Dimmer Switch - Custom Actions
blueprint:
name: "deCONZ - Philips Hue Dimmer Switch - Custom Actions"
description: Freely customizable actions for Philips Hue Dimmer Switch buttons.
domain: automation
input:
remote:
name: Dimmer Switch
selector:
device:
integration: deconz
@sbyx
sbyx / zha_symfonisk_remote_lights.yaml
Last active January 10, 2023 11:10 — forked from seamus65/zha_symfonisk_remote_lights.yaml
Home Assistant Blueprint: ZHA - Symfonisk Sound Controller as dimmer
blueprint:
name: ZHA - IKEA Symfonisk sound controller for lights
description:
"Control lights with an IKEA Symfonisk sound controller (the spinny
ones).
You can set functions for single press, double press and triple press. This allows
you to assign, e.g., a scene or anything else.
Rotating left/right will change the brightness smoothly of the selected light."
@sbyx
sbyx / low-battery-level-detection-notification-for-all-battery-sensors.yaml
Last active April 27, 2024 18:33
Home Assistant Blueprint: Low battery level detection & notification for all battery sensors
blueprint:
name: Low battery level detection & notification for all battery sensors
description: Regularly test all sensors with 'battery' device-class for crossing
a certain battery level threshold and if so execute an action.
domain: automation
input:
threshold:
name: Battery warning level threshold
description: Battery sensors below threshold are assumed to be low-battery (as
well as binary battery sensors with value 'on').
@sbyx
sbyx / wake-up-light-alarm-with-sunrise-effect.yaml
Last active April 24, 2024 05:37
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.
@sbyx
sbyx / notify-or-do-something-when-an-appliance-like-a-dishwasher-or-washing-machine-finishes.yaml
Last active April 10, 2024 15:09
Home Assistant Blueprint: Notify or do something when an appliance like a dishwasher or washing machine finishes
blueprint:
name: Appliance has finished
description: Do something when an appliance (like a washing machine or dishwasher)
has finished as detected by a power sensor.
domain: automation
input:
power_sensor:
name: Power Sensor
description: Power sensor entity (e.g. from a smart plug device).
selector: