Skip to content

Instantly share code, notes, and snippets.

@Misaki-Ki
Misaki-Ki / party_lights.yaml
Last active December 1, 2024 14:36 — forked from Twanne/party_lights.yaml
Home Assistant Blueprint: Party Lights
blueprint:
name: Party Lights - Christmas No Blue
author: AntonH (Misaki Edit)
description: |
**Version 3.0**
Lights go to party mode (color loops or fade-in-and-out)
⚠️ **NOTE:** ⚠️
*This automation is triggered by the status of a switch or an input_boolean entity.*
@Misaki-Ki
Misaki-Ki / Zen32_v10_30_2mod.yaml
Last active August 23, 2023 00:58 — forked from N1029676/Zen32_v10_30_2mod.yaml
Home Assistant blueprint for Zooz ZEN32
# Modified for [5-134-0-applicationVersion] Application version 10.30.2
# This code originates from https://community.home-assistant.io/t/zen32-scene-controller-z-wave-js/292610 by `fxlt`
# For some reason my Zen32 device sends numeric values instead of text to determine what type of button press occurred
# This blueprint is slightly modified to support those values instead of what fxlt had.
# Added the looping sections that moshess and jerelabs created. Code reference from: https://github.com/moshess/homeassistant-blueprints/blob/master/zwavejs/zwavejs-dimmer-switch.yaml
# Use one of the loops that contains a light service with a data_template in home assistant to mimic dimming. An example of this is as follows:
# data_template:
# brightness: "{{state_attr('light.my_room_lights', 'brightness') | int - 45}}"
# transition: 0.4