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
esphome: | |
name: temperature-sensor-bme280 | |
esp8266: | |
board: d1_mini | |
# Enable logging | |
logger: | |
# Enable Home Assistant API |
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
esphome: | |
name: temperature-sensor-bmp280 | |
esp8266: | |
board: d1_mini | |
# Enable logging | |
logger: | |
# Enable Home Assistant API |
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
esphome: | |
name: idasen | |
platform: esp32 | |
board: esp32dev # Replace with your board | |
# Starting with ESPHome 2021.10, libraries need to be included manually | |
libraries: | |
- "ESP32 BLE Arduino" | |
# Enable logging | |
logger: |
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
esphome: | |
name: esp32-cam | |
platform: ESP32 | |
board: esp32dev | |
# Enable logging | |
logger: | |
# Enable Home Assistant API | |
api: |
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
esphome: | |
name: phsensor | |
platform: ESP8266 | |
board: d1_mini | |
wifi: | |
ssid: "YOUR_WIFI_NAME" | |
password: "YOUR_WIFI_PASS" | |
# Enable fallback hotspot (captive portal) in case wifi connection fails |
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
[{"id":"1d5440f5.6d729f","type":"tab","label":"10k giveaway","disabled":false,"info":""},{"id":"867aa0be.203158","type":"inject","z":"1d5440f5.6d729f","name":"start","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":90,"y":40,"wires":[["c058f7a7.1cf59"]]},{"id":"9cdae97a.a6ed98","type":"csv","z":"1d5440f5.6d729f","name":"","sep":",","hdrin":true,"hdrout":"none","multi":"one","ret":"\\n","temp":"","skip":"0","strings":true,"include_empty_strings":"","include_null_values":"","x":110,"y":140,"wires":[["60a8653c.c99764"]]},{"id":"c058f7a7.1cf59","type":"template","z":"1d5440f5.6d729f","name":"IDs, Names, Comments ","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"id,name,comment\n1,Alex Vanhecke,Im the first\n2,jaga vj,Is there any innervation use of AirTag in HA.....?\n3,Knax,My AirTag should come in a view days... I think I put it on my Bike...Thanks for the nice Video |
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] | |
"LocalAccountTokenFilterPolicy"=dword:00000001 |
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
detectors: | |
cpu1: | |
type: cpu | |
mqtt: | |
# Required: host name | |
host: 10.0.0.250 | |
# Optional: port (default: shown below) | |
port: 1883 | |
# Optional: topic prefix (default: shown below) | |
# WARNING: must be unique if you are running multiple instances |
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: ShellyMotionSensor-activated Light KP | |
description: Turn on a light when motion is detected. | |
domain: automation | |
source_url: https://gist.github.com/peyanski/e4795f8a85d0d2ee55bb9fde42cef892 | |
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
[{"id":"e708aa63.cfe5a8","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"4e96f809.0f6a68","type":"RM","z":"e708aa63.cfe5a8","name":"RM4 pro","device":"876c8eb5.648ce8","action":"learn","remote":"","button":"","fix":1,"RFSweep":"false","x":340,"y":280,"wires":[["de554ea2.98e988"]]},{"id":"4d48491a.9ea5e","type":"inject","z":"e708aa63.cfe5a8","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":150,"y":280,"wires":[["4e96f809.0f6a68"]]},{"id":"de554ea2.98e988","type":"template","z":"e708aa63.cfe5a8","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{payload.data}}","output":"str","x":550,"y":280,"wires":[["3a7ad3c.159bbac"]]},{"id":"3a7ad3c.159bbac","type":"debug","z":"e708aa63.cfe5a8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":760,"y":260,"wires": |