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: "Z2M Smart Knob Light Control ZG-101Z/D (MQTT Device Triggers)" | |
| description: "Control a light with a Zigbee smart knob discovered via Zigbee2MQTT using MQTT device triggers. Supports single press (toggle), rotate left/right (brightness step), and optional double press (run script)." | |
| domain: automation | |
| input: | |
| remote_device: | |
| name: Zigbee2MQTT Device | |
| description: "Pick the Zigbee2MQTT device (from the MQTT integration) that emits action events." | |
| selector: |
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: "Zigbee Smart Knob Light Control ZG-101Z/D" | |
| description: "Toggle and adjust brightness of a selected light using a Zigbee remote device." | |
| domain: automation | |
| input: | |
| remote_device: | |
| name: Remote Device | |
| description: "Select the Zigbee remote device to control the light." | |
| selector: | |
| device: |
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
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title>Simple WebGL/GLSL video panorama viewer</title> | |
| <style> | |
| body { | |
| background-color: #000000; |