Skip to content

Instantly share code, notes, and snippets.

@acovrig
Created October 2, 2020 00:39
Show Gist options
  • Save acovrig/a55b9dabd6d02e65aaebc079806a7ce0 to your computer and use it in GitHub Desktop.
Save acovrig/a55b9dabd6d02e65aaebc079806a7ce0 to your computer and use it in GitHub Desktop.
esphome:
name: kevin_tmp
platform: ESP8266
board: nodemcuv2
wifi:
ssid: "mc"
password: "apple pie"
use_address: 192.168.5.194
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Kevin Tmp Fallback Hotspot"
password: "QuzrV8J8xdKf"
captive_portal:
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
i2c:
ads1115:
- address: 0x48
sensor:
# - platform: ads1115
# multiplexer: 'A0_GND'
# gain: 6.144
# name: "ADS1115 Channel A0-GND"
# update_interval: 1s
- platform: ads1115
multiplexer: 'A1_GND'
gain: 6.144
name: "ADS1115 Channel A1-GND"
update_interval: 1s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment