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: Party Lights | |
| author: AntonH | |
| homeassistant: | |
| min_version: "2024.10.0" | |
| description: | | |
| **Version 3.2** | |
| Lights go to party mode (color loops or fade-in-and-out) |
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
| #To do: | |
| # [ ] Change lights at random times | |
| # [x] Police lights (switch from red to blue) | |
| # [x] Made the Turn Off Delay available for all Turn Off States | |
| # [ ] Amend saturated color logic | |
| # [x] Added input sections to simplify the layout and user friendlyness | |
| # [x] General corrections to descriptions to improve user friendlyness | |
| # [x] General code simplifications | |
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: The Everything Light (BETA) | |
| author: AntonH | |
| description: | | |
| **Version 2.10** **(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 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: The Everything Light | |
| author: AntonH | |
| description: | | |
| **Version 2.10** | |
| 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 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
| #To do: | |
| # [] Hysteresis | |
| # [] Symplify code | |
| # [x] Added input sections to simplify the layout and user friendliness | |
| blueprint: | |
| name: Smart Lux Dimmer (BETA) | |
| author: AntonH | |
| homeassistant: | |
| min_version: "2024.10.0" |
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: Smart Lux Dimmer | |
| author: AntonH | |
| homeassistant: | |
| min_version: "2024.10.0" | |
| description: | | |
| Version 4.4 | |
| 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. |
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: 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 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
| 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 |