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-yunshan | |
friendly_name: Porte Garage | |
device_description: Controle Porte Garage | |
esphome: | |
name: $devicename | |
comment: ${device_description} | |
platform: ESP8266 | |
board: esp12e |
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
alias: Contact sec Garage | |
description: 'retour d'état du relais switch on à off au bout de 400ms' | |
trigger: | |
- platform: state | |
entity_id: switch.porte_garage_relais | |
to: 'on' | |
condition: [] | |
action: | |
- delay: | |
hours: 0 |
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: grow-r503 | |
friendly_name: Capteur empreintes | |
device_description: Capteur empreintes grow R503 | |
esphome: | |
name: $devicename | |
comment: ${device_description} | |
platform: ESP8266 | |
board: d1_mini |
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: TELEINFO-PiTinfo | |
friendly_name: téléinformation home-assistant | |
device_description: remontée des infos compteur électrique avec PiTinfo | |
esphome: | |
name: $devicename | |
comment: ${device_description} | |
platform: ESP8266 | |
board: d1_mini |
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: TELEINFO-PiTinfo | |
friendly_name: téléinformation home-assistant | |
device_description: remontée des infos compteur électrique avec PiTinfo | |
esphome: | |
name: $devicename | |
comment: ${device_description} | |
platform: ESP8266 | |
board: d1_mini |
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
# Input select for Zigbee2mqtt debug level | |
input_select: | |
zigbee2mqtt_log_level: | |
name: Niveau de log | |
options: | |
- debug | |
- info | |
- warn | |
- error | |
initial: info |
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 ) |
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
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
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: |
OlderNewer