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: Configuration dynamique de la vue Lovelace | |
description: Permet de modifier dynamiquement le titre, l'entité de sécurité et l'entité personne dans une vue Lovelace. | |
domain: template | |
input: | |
view_title: | |
name: Titre de la vue | |
description: Définir le titre de la vue Lovelace | |
default: "Home" | |
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: ZHA - Sonoff SNZB-01P | |
description: 'Perform actions with the Sonoff SNZB-01P Button. | |
You can set functions for single press, double press and hold. This allows you to assign, | |
e.g., a scene or anything else.' | |
domain: automation | |
input: | |
remote: |
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: Zigbee2MQTT - Sonoff SNZB-01P Scene Switch | |
description: Automate your Sonoff SNZB-01P Scene Switch via Zigbee2MQTT. | |
domain: automation | |
input: | |
switch: | |
name: Tuya 1-Button Scene Switch | |
description: Sonoff SNZB-01P Scene Switch to use | |
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: Irrigation contrôlée par les conditions météorologiques | |
description: Basculer l'irrigation en fonction de la météo locale | |
domain: automation | |
input: | |
wind_sensor: | |
name: Capteur de vent | |
description: Sélectionnez un capteur de vent | |
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: Synchronize Four States | |
description: > | |
## Bind four entities together to act in unison (selected entites must all support the same state values) | |
🔥**Version**: v1.2 | |
source_url: https://gist.github.com/haade-administrator/8897d84e11d5e505b729d24a535a89e4 | |
domain: automation | |
input: | |
switch_1: |
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: Synchronize Three States | |
description: > | |
## Bind four entities together to act in unison (selected entites must all support the same state values) | |
🔥**Version**: v1.2 | |
source_url: https://gist.github.com/haade-administrator/f551382802c642d24687bfbcd303f0fe | |
domain: automation | |
input: | |
switch_1: |
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: 2 way simulate | |
description: > | |
## Bind Two switches together to act in unison | |
🔥**Version**: v1.2 | |
source_url: https://gist.github.com/haade-administrator/f48574f3341c1ec5715dd1726177b05e | |
domain: automation | |
input: | |
switch_1: |
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
ESP32CAM: # Name of camera | |
ffmpeg: | |
input_args: -avoid_negative_ts make_zero -fflags nobuffer -flags low_delay -strict experimental -fflags +genpts+discardcorrupt -use_wallclock_as_timestamps 1 -c:v mjpeg | |
output_args: | |
detect: -f rawvideo -pix_fmt yuv420p | |
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v libx264 -an | |
rtmp: -c:v libx264 -an -f flv | |
inputs: | |
- path: http://your-ip-address:8080 | |
roles: |
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
substitutions: | |
devicename: esp-cam | |
friendly_name: espcam | |
esphome: | |
name: $devicename | |
esp32: | |
board: esp32cam | |
framework: |
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
# Intégration des caméras | |
camera: | |
- platform: zoneminder | |
# Intégration remontée du nombre d'évènements | |
sensor: | |
- platform: zoneminder | |
include_archived: false | |
# Exemple changement entre deux modes dans ZM ( modes disponibles: Nodect, Mocord, Modect, Record ) |
NewerOlder