Initial testing of ESPHome, mostly for Lily ePaper
This commit is contained in:
37
livingroom.yaml
Normal file
37
livingroom.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
esphome:
|
||||
name: livingroom
|
||||
platform: ESP8266
|
||||
board: esp12e
|
||||
|
||||
wifi:
|
||||
ssid: "Meneely"
|
||||
password: "punxsutawney1"
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Livingroom Fallback Hotspot"
|
||||
password: "QNWj7LmaNoD6"
|
||||
manual_ip:
|
||||
# Set this to the IP of the ESP
|
||||
static_ip: 192.168.87.10
|
||||
# Set this to the IP address of the router. Often ends with .1
|
||||
gateway: 192.168.86.1
|
||||
# The subnet of the network. 255.255.255.0 works for most home networks.
|
||||
subnet: 255.255.254.0
|
||||
|
||||
captive_portal:
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
|
||||
ota:
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
name: "Living Room Dehumidifier"
|
||||
pin: 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user