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 Garden Irrigation V1.0 beta | |
description: > | |
Controls garden irrigation with optional pump, water level monitoring, soil moisture and rain check, | |
zone control for lawn, raised beds, vegetables, and shrubs, plus manual control via input selects. | |
Duration can be automatic or manual. Flexible start time (fixed, night, sunset/sunrise with offset) | |
or manually via input select. | |
domain: automation | |
input: |
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: Smarte Gartenbewässerung V1.0 beta | |
description: > | |
Steuerung der Gartenbewässerung mit optionaler Pumpe, Füllstandskontrolle, Bodenfeuchte- und Regenprüfung, | |
Zonensteuerung für Rasen, Hochbeet, Gemüse und Sträucher sowie manuelle Steuerung über Input Selects. | |
Automatische oder manuelle Dauer möglich. Flexible Startzeit (fest, nachts, Sonnenuntergang/-aufgang mit Offset) | |
oder manuell über Input Select. | |
domain: automation | |
input: |
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: Smarte Gartenbewässerung komplett (ohne Skripte) | |
description: > | |
Steuerung der Gartenbewässerung mit optionaler Pumpe, Füllstandskontrolle, Bodenfeuchte- und Regenprüfung, | |
Zonensteuerung für Rasen, Hochbeet, Gemüse und Sträucher sowie manuelle Steuerung über Input Selects. | |
Automatische oder manuelle Dauer möglich. Startzeit optional oder manuell über Input Select. | |
Wasserverbrauch wird optional berücksichtigt und am Ende gemeldet. | |
domain: automation | |
input: |
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: Betriebsstundenzähler (Input_Boolean) | |
description: > | |
Zählt die Betriebszeit eines Schalters oder binären Sensors in Minuten. | |
Beispiel: Waschmaschine, Pumpen, Lüfter usw. | |
domain: automation | |
input: | |
target_entity: | |
name: Schalter oder Binärsensor | |
description: Entität, die überwacht wird (z. B. switch oder binary_sensor mit Zustand "on") |
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: Betriebsstundenzähler (Switch oder Binary Sensor) | |
description: > | |
Zählt die Betriebszeit eines Schalters oder binären Sensors in Minuten. | |
Beispiel: Waschmaschine, Pumpen, Lüfter usw. | |
domain: automation | |
input: | |
target_entity: | |
name: Schalter oder Binärsensor | |
description: Entität, die überwacht wird (z. B. switch oder binary_sensor mit Zustand "on") |
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 Schedule with Window or Door Check | |
description: Controls the heating based on time schedule and whether doors or windows are closed. Sends a notification if any are open. | |
domain: automation | |
input: | |
climate_device: | |
name: Climate Device | |
selector: | |
target: | |
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: Turn Off Heating When Door or Window Is Open | |
description: Turns off the heating if a door or window remains open for a defined duration. | |
domain: automation | |
input: | |
open_sensors: | |
name: Door or Window Sensors | |
description: Select the door and/or window sensors to monitor | |
selector: | |
entity: |