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: VZM31-SN LED Brightness Sync | |
| description: > | |
| Mirror a controlled light's brightness onto an Inovelli VZM31-SN switch's LED | |
| bar (the switch's internal level). For Smart Bulb Mode switches, where the LED | |
| bar is decoupled from the bulb and would otherwise drift. Pauses while a | |
| "dimming guard" input_boolean is ON, so it won't fight a hold-to-dim loop. | |
| domain: automation | |
| input: | |
| source_light: |
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: VZM31-SN Color Cycle | |
| description: > | |
| Cycle a light through an editable colour palette (RGB or colour-temperature) | |
| from an Inovelli VZM31-SN button gesture, and recolour the switch LED bar to | |
| match. Attach the cycle to ANY gesture (config press, double-tap, …) — the | |
| action is decoupled from the button. Per-switch palette + index helper make it | |
| reusable across switches/people. | |
| domain: automation | |
| input: |
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: VZM31-SN Hold-to-Dim | |
| description: > | |
| Real-time hold-to-dim for an Inovelli VZM31-SN paddle in Smart Bulb Mode. | |
| Hold Up to brighten / Down to dim the target light, with the ramp speed | |
| derived from the switch's OWN dimming-speed param so the bulb tracks the | |
| LED bar's native ramp. Two methods: | |
| * step — many small absolute brightness steps (use for bulbs that | |
| IGNORE `transition`: Matter, eWeLink/Zigbee, most Govee). |