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
| # This blueprint uses a Philips Hue Tap Dial Remote Control connected through MQTT. | |
| # This blueprint allows you to run custom actions with the remote's buttons | |
| # | |
| # | Button Type | Interaction | Action Choices | | |
| # | ----------- | ----------------- | ------------------- | | |
| # | One Dot | Press | - Toggle light | | |
| # | | | - Turn on light | | |
| # | | | - Turn off light | | |
| # | | | - Run custom action | | |
| # | ----------- | ----------------- | ------------------- | |
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
| # This blueprint uses a Philips Hue Tap Remote Control connected through MQTT. | |
| # This blueprint allows you to run custom actions with the remote's buttons | |
| # | |
| # | Button Type | Interaction | Action Choices | | |
| # | ----------- | ----------------- | ------------------- | | |
| # | One Dot | Press | - Run custom action | | |
| # | ----------- | ----------------- | ------------------- | | |
| # | Two Dots | Press | - Run custom action | | |
| # | ----------- | ----------------- | ------------------- | | |
| # | Three Dots | Press | - Run custom action | |
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
| # This blueprint uses an Lutron Pico Paddle Remote Control | |
| # This blueprint allows you to run custom actions with the remote's buttons | |
| # | |
| # | Button | Action | Event | | |
| # | ------ | ------------ | ------------ | | |
| # | On | Press | Custom event | | |
| # | On | Press & Hold | Custom event | | |
| # | Off | Press | Custom event | | |
| # | Off | Press & Hold | Custom event | |
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
| # This blueprint uses a Philips Hue Dimmer (RWL020 (US), RWL021 (EU) and RWL022) Remote Control connected through the Hue integration | |
| # This blueprint allows you to control lights and/or run custom actions with the remote's buttons | |
| # | |
| # | Button Type | Interaction | Action Choices | | |
| # | -------------------- | ------------ | ------------------------------------ | | |
| # | Power On (v1) | Press | - Turn on light(s) | | |
| # | Power Button (v2) | | - Toggle light(s) state | | |
| # | | | - Run custom action | | |
| # | -------------------- | ------------ | ------------------------------------ | | |
| # | Power On (v1) | Press & Hold | - Run custom action | |
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
| # This blueprint uses an Inovelli Switch (2-in-1, dimmer, etc.) | |
| # | |
| # | Button Type | Interaction | Action Choices | | |
| # | ----------- | --------------- | ------------------- | | |
| # | On | Single Press | - Run custom action | | |
| # | On | Double Press | - Run custom action | | |
| # | On | Triple Press | - Run custom action | | |
| # | On | Quadruple Press | - Run custom action | | |
| # | On | Quintuple Press | - Run custom action | | |
| # | On | Press and Hold | - Run custom action | |
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
| # This blueprint uses an SONOFF Wireless Switch Remote Control connected through ZHA or Z2MQTT | |
| # This blueprint allows you to control lights and run custom actions with the remote's buttons | |
| # | |
| # | Button Type | Interaction | Action Choices | | |
| # | ------------- | ------------ | ----------------------- | | |
| # | Main Button | Single Press | - Toggle light(s) state | | |
| # | | | - Run custom action | | |
| # | ------------- | ------------ | ----------------------- | | |
| # | Main Button | Double Press | - Toggle light(s) state | | |
| # | | | - Run custom action | |
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: Manage Area State via Sensors | |
| description: >- | |
| Manage occupancy state via multiple sensors. | |
| - Control what happens when a door opens or occupancy is detected. | |
| - Control what happens when a door closes or occupancy is cleared. | |
| author: Thomas Maxson | |
| source_url: https://gist.github.com/thomasmaxson/635084f3a7f8e1877542c210b39c6ed5 | |
| homeassistant: |
NewerOlder