This file contains 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: Hue Event - Lutron Aurora Dimmer Controller Advanced Blueprint (v1.3.0) | |
description: Control lights with a Lutron Aurora Dimmer Pressing in the dimmer button will toggle lights regardless of dimmer status. Rotating the dimmer will increase and decrease the light brightness. | |
domain: automation | |
input: | |
remote: | |
name: Lutron Aurora Dimmer Switch | |
description: Lutron Aurora Z3-1BRL | |
selector: | |
device: |
This file contains 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: ZHA - Lutron Aurora Dimmer Automation Improved | |
description: 'Control lights with a Lutron Aurora Dimmer Pressing in the dimmer | |
button will toggle lights regardless of dimmer status. Rotating the dimmer will increase and decrease the light brightness. | |
Adjust the sensitivity if updates from the dimmer are being sent too quickly. Adds the ability to dim to off and disable the button. (The button is unreliable for most people.) Based on the great work of bjpetit and richlee91!' | |
domain: automation | |
input: | |
remote: | |
name: Lutron Aurora Dimmer Switch | |
description: Lutron Aurora Z3-1BRL |
This file contains 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: Binary Sensor-activated Light Switch Controller | |
description: Turn on/off a light when binary sensor value turns on/off. | |
domain: automation | |
source_url: https://gist.github.com/blizzrdof77/07417204379764fd76fd8b8226190e4b | |
input: | |
trigger_entity: | |
name: Binary Sensor | |
selector: | |
entity: |
This file contains 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: Automatic light or switch turn off after timeout | |
description: > | |
Given a switchable entity, when it is turned on, it will automatically turn off after a set timeout period off after a certain period of time. | |
Based on: | |
- [Turn Off Light After Time](https://gist.github.com/JonTheNiceGuy/5ac636739165dd593030c0fed16eb618) by [JonTheNiceGuy](https://gist.github.com/JonTheNiceGuy) | |
- [Automatic light or switch turn off after time](https://gist.github.com/tdiekel/88ac0967cf6d3002aa91e65e3768eb45) by [tdiekel](https://gist.github.com/tdiekel) | |
domain: automation | |
input: | |
entity: |
This file contains 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 file is used to be tracked and identified by https://lrc-maker.github.io |
This file contains 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
#!/usr/bin/env bash | |
script_name='strmod' | |
script_title='String Modification Utility' | |
version=0.44.0 | |
updated='2023-08-25' | |
if [ -f "$(which batcat)" ] && [ ! -z "$(which batcat)" ] && [ -z "$(which bat)" ]; then | |
BatCat="$(command -v batcat) --language=Manpage" | |
elif [ -f "$(which bat)" ] && [ ! -z "$(which bat)" ]; then |
This file contains 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 file is used to be tracked and identified by https://lrc-maker.github.io |
This file contains 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
openapi: 3.0.0 | |
servers: | |
- description: Go-UPC Barcode-Lookup API | |
url: https://go-upc.com/api/v1 | |
info: | |
version: 1.0.0 | |
title: Go-UPC Barcode-Lookup API | |
description: Find information on products from around the globe. The API supports UPC, EAN, and ISBN barcode numbers, and info returned includes product name, description, brand, image URL, and more. | |
paths: | |
/code/{code}: |
This file contains 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: Xiaomi Wireless Remote Switch (WXKG01LM) via Xiaomi Gateway 3 | |
description: Automate your Xiaomi Mijia Wireless Round Remote Switch connected via the Xiaomi Gateway 3 and associated custom Home Assistant integration. | |
source_url: https://gist.github.com/blizzrdof77/f74358b38b84cd1686c2f13ebcab1dab | |
domain: automation | |
input: | |
button_sensor: | |
name: Button Sensor Entity | |
description: The sensor attached to the button device. | |
selector: |
This file contains 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: Hue Event - Philips Hue Dimmer Switch Controller (v1) | |
description: Control lights with a Philips Hue Dimmer Switch controller connected via the Philips Hue integration (using 'hue_event' as the trigger). | |
domain: automation | |
source_url: https://gist.github.com/blizzrdof77/15cbdc862a09b7a0fa7e92686c2bea3c | |
input: | |
remote: | |
name: Remote | |
description: Philips Hue Dimmer Switch controller to use. | |
selector: |
NewerOlder