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: Bambu Lab Timelapses & Telegram Notifications | |
description: Автоматизація для створення таймлапсів і надсилання сповіщень у Telegram | |
про статус друку (початок, пауза, відновлення, завершення, помилка) з Bambu Lab 3D принтером. | |
domain: automation | |
source_url: https://gist.github.com/Foroxon/f68cd403263a9af7225c54159e69386a | |
input: | |
printer_name: | |
name: Назва принтера | |
description: Ім'я принтера, яке буде відображатися у сповіщеннях Telegram (наприклад, |
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: Sync TRV tempature | |
description: Sync external tempature sensor with TRV tempature | |
domain: automation | |
input: | |
ieeeaddressoftrv: | |
name: IEEE Address | |
description: This is the address of the TRV found in your zigbee database example 0x459877fffe1f2e83 | |
external_temp: | |
name: Select the external temp 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: Window/Door open, climate off after a defined time | |
description: An automation that turns off a running your climate device for exmple a heater | |
or an air conditioning if a window or door sensor is open for a specific time. | |
domain: automation | |
input: | |
window_door_entity: | |
name: Window/Door Sensors | |
description: The window or door sensors that controls the climate entity. | |
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: Door-activated Light | |
description: Turn on a light when door is opened. | |
domain: automation | |
source_url: https://gist.github.com/Foroxon/a51e57fc7da10d6007fea94d39dec91a | |
input: | |
door_entity: | |
name: Door 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: Humidity Management based on temperature | |
description: | |
Turn a fan on and off based on the difference between a temperature sensor | |
and a baseline | |
domain: automation | |
input: | |
temperature_sensor: | |
name: Temperature Sensor | |
description: A sensor that measures the temperature of the area |
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: Humidity Management based on abs. humidity (g/m3) | |
description: | |
Turn a fan on and off based on the difference between a humidity sensor | |
and a baseline, based on absolute humidity | |
domain: automation | |
input: | |
humidity_sensor: | |
name: Humidity Sensor | |
description: A sensor that measures the humidity of the area |