add Readme and files

This commit is contained in:
2021-12-05 14:33:07 +00:00
commit fc216c51fc
9 changed files with 824 additions and 0 deletions

41
espsalon1.yaml Normal file
View File

@@ -0,0 +1,41 @@
esphome:
name: espsalon1
platform: ESP8266
board: d1_mini
# Enable logging
logger:
# Enable Home Assistant API
api:
password: "feelhome123"
ota:
password: "feelhome123"
wifi:
ssid: "lauIOT"
password: "superiot1"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Espsalon1 Fallback Hotspot"
password: "EGaKtG18gWXi"
switch:
- platform: gpio
name: "Esp Salon Led"
pin: 2
binary_sensor:
- platform: gpio
name: "Living Room Window"
pin:
number: 4
inverted: true
mode:
input: true
pullup: true
captive_portal: