I hereby claim:
- I am lars- on github.
- I am larsjansen (https://keybase.io/larsjansen) on keybase.
- I have a public key ASAqZBvJltNg3ESNIhkj0uEsEJcVxb5GGhZG8OeSk7D-6Qo
To claim this, I am signing this object:
blueprint: | |
name: Slimme Gordijn Besturing - Met raamsensor | |
description: > | |
Beheert gordijnen automatisch op basis van raamstatus, lichtomstandigheden en privacy voorkeuren. | |
Deze versie heeft WEL een raam sensor voor veiligheid. | |
Prioriteit volgorde: | |
1. Raam open โ gordijn open (veiligheid - voorkomt botsing) | |
2. Gordijn mag niet open โ gordijn dicht (privacy) | |
3. Donker buiten โ gordijn dicht |
blueprint: | |
name: Smart Curtain Control | |
description: Automatically control curtains based on light levels, time, and manual overrides | |
domain: automation | |
input: | |
curtain_entity: | |
name: Curtain Cover Entity | |
description: The cover entity for the curtains to control | |
selector: | |
entity: |
blueprint: | |
name: Slimme Lamp Besturing met Begrenzingen | |
description: > | |
Schakelt lampen aan/uit met optionele minimum en maximum helderheid begrenzingen. | |
Ondersteunt toggle functionaliteit met slimme aan/uit detectie. | |
Optie om lamp te dimmen naar minimum in plaats van uit te zetten. | |
domain: automation | |
input: | |
trigger_action: |
blueprint: | |
name: Helderheid Begrenzer | |
description: > | |
Past automatisch de helderheid van een lamp aan wanneer de grenswaarde (minimum of maximum) wordt gewijzigd. | |
De lamp wordt aangepast als deze buiten de nieuwe grens valt. | |
Bij minimum begrenzing wordt de lamp aangezet als deze uit staat. | |
domain: automation | |
input: | |
target_light: |
blueprint: | |
name: Motion-Activated Switch | |
description: Turn on a switch when motion is detected and turn it off after a specified time of no motion. Includes optional extra conditions for turning on. | |
domain: automation | |
input: | |
motion_entity: | |
name: Motion Sensor | |
description: Select the motion sensor to use | |
selector: | |
entity: |
blueprint: | |
name: Simple switch/light toggle | |
description: Toggle lights or switches based on several triggers | |
domain: automation | |
input: | |
usertrigger: | |
name: Trigger | |
description: Select a trigger | |
selector: | |
trigger: |
blueprint: | |
name: "Wattage monitor and Todoist task creator" | |
description: "Monitor a wattage entity and create a Todoist task when it's at or below a threshold for a specified time" | |
domain: automation | |
input: | |
wattage_entity: | |
name: Wattage entity | |
description: The entity containing the wattage to monitor (must have 'W' as unit of measurement) | |
selector: | |
entity: |
I hereby claim:
To claim this, I am signing this object:
.gfield_checkbox li input[type=checkbox] { | |
opacity: 0; | |
position: absolute; | |
+ label { | |
position: relative; | |
overflow: hidden; | |
padding-left: 35px; | |
cursor: pointer; | |
display: inline-block; |