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: Party Lights | |
author: AntonH | |
description: | | |
**Version 2.3** | |
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 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 (BETA) | |
author: AntonH | |
description: | | |
**Version 2.3** **(BETA)** | |
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 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: The Everything Light (BETA) | |
author: AntonH | |
description: | | |
**Version 2.5** **(BETA)** | |
The Everything Light: select any trigger and turn on your light in multiple ways: | |
- just turn the light on in it's default state | |
- turn it on with a set brightness, color and/or temperature value | |
- turn it on dynamically with a brightness value that changes according to an ambient light sensor |
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: The Everything Light | |
author: AntonH | |
description: | | |
**Version 2.5** | |
The Everything Light: select any trigger and turn on your light in multiple ways: | |
- just turn the light on in it's default state | |
- turn it on with a set brightness, color and/or temperature value | |
- turn it on dynamically with a brightness value that changes according to an ambient light sensor |
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: Smart Lux Dimmer (BETA) | |
author: AntonH | |
description: | | |
Version 4.1 (BETA) | |
Switch or dim lights based on the value of a light sensor. | |
Light colors or temperature can be set to a fixed value when inside or outside the measuring range (different values are possible). | |
Settings for brightness, color or temperature outside min and max values of the sensor can be set. | |
To smoothen out transitions, a time can be set where the light will move from the current to the new brightness. |
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: Joke generator | |
author: AntonH | |
description: | | |
Version 1.1 | |
This blueprint selects a random rude joke from a list. | |
There are 3 types of jokes to choose from: funny insults, yo momma jokes and dad jokes | |
It speaks The 9 most common languages in Europe: German, English, French, Italian, Spanish, Dutch, Portuguese, Turkish and Russian. | |
source_url: https://gist.github.com/Twanne/8c09e6a876befcfda1828dc0829612db | |
domain: automation |
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
light_repeater: | |
alias: Light repeater | |
icon: mdi:lightbulb-auto-outline | |
description: Repeatedly turn on lights with a variable delay. | |
fields: | |
target_lights: | |
selector: | |
target: | |
entity: | |
domain: light |