Last active
July 13, 2021 01:11
Revisions
-
codycodes renamed this gist
Jul 13, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
codycodes created this gist
Jul 13, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,43 @@ esphome: name: upstairs_den_bedroom_bed platform: ESP32 board: esp32doit-devkit-v1 sensor: # Bed - platform: adc id: bedside_sensor pin: GPIO32 attenuation: 11db name: Bedside Voltage Sensor update_interval: 1s filters: - sliding_window_moving_average: window_size: 10 send_every: 10 - platform: resistance sensor: bedside_sensor configuration: UPSTREAM resistor: 4.6kOhm reference_voltage: 3.3V name: Bedside Resistance Sensor wifi: ssid: "Not my Wi-Fi" password: "Definitely not my password" # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Upstairs Den Bedroom Bed" password: "badwifipassword" captive_portal: # Enable logging logger: # Enable Home Assistant API api: ota: