esphome: name: nbs-mainlight esp8266: board: esp01_1m wifi: ssid: !secret wifi_ssid password: !secret wifi_password fast_connect: true ap: ssid: nbs_light_rescue password: !secret rescue_ap_password captive_portal: api: encryption: key: !secret ml_key ota: password: !secret ml_password logger: binary_sensor: - platform: gpio pin: number: GPIO0 mode: input: true pullup: true inverted: true id: button_1 on_press: then: - light.toggle: light_1 - platform: status name: "T1 Status" output: - platform: gpio pin: GPIO12 id: relay_1 light: - platform: binary name: Main Light id: light_1 output: relay_1 status_led: pin: number: GPIO13 inverted: no