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: 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.* |
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
# 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 |