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: Heating Control | |
description: Control your heating with options if temp is below a specific value, | |
set temp, and heating between specific times. | |
domain: automation | |
input: | |
heating: | |
name: Climate Switch | |
description: The climate switch to use. | |
selector: |
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: Window Open Warning | |
description: Inform users when windows are open and the temperature is dropping too much. | |
domain: automation | |
input: | |
temp_sensor: | |
name: Temperature Sensor | |
description: Temperature Sensor to check. | |
selector: | |
entity: |
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: Alert when cooling devices are off too long | |
description: Many of my devices do have a power metering including the option to turn off the device. This is nice but we want to avoid turning off a fridge for hours accidentally. | |
domain: automation | |
input: | |
switch: | |
name: Switch Entity | |
description: The switch we want to monitor. | |
selector: | |
entity: |
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: Motion-activated Light with illuminance, nightmode and dimmable | |
description: Turn on a light when motion is detected and illuminance is below a | |
set Lux level. The light will dim before it is turned off to signal that it has | |
not detected motion in quite a while. There is also two timers, on for daytime | |
and one for nighttime. | |
domain: automation | |
input: | |
motion_entity: | |
name: Motion 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: Toilet light control | |
description: Turn on a light when motion is detected or when the door opens. And turn off once closing again. | |
There are also two timers, on for daytime and one for nighttime. | |
domain: automation | |
input: | |
motion_entity: | |
name: Motion Sensor | |
selector: | |
entity: |
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: Wallpanel Battery Management | |
description: 'Control the charger for a permanently mounted tablet control panel.' | |
domain: automation | |
input: | |
battery: | |
name: Battery | |
description: This is the battery sensor for the device. | |
selector: |
OlderNewer