esphome:
name: testi
platform: esp8266
board: nodemcuv2
wifi:
ssid: "..."
password: "..."
manual_ip:
static_ip: 192.168.x.yyy
subnet: 255.255.255.0
gateway: 192.168.1.1
ota:
platform: esphome
password: "testi"
# Enable Home Assistant API
api:
web_server:
port: 80
logger:
####
switch:
- platform: gpio
pin: D1 # Pin for tehostus-relay
name: MUH_tehostusrele
id: relay_1
####