Delete test.yaml
This commit is contained in:
52
test.yaml
52
test.yaml
@@ -1,52 +0,0 @@
|
|||||||
esphome:
|
|
||||||
name: espwater
|
|
||||||
platform: ESP32
|
|
||||||
board: nodemcu-32s
|
|
||||||
|
|
||||||
|
|
||||||
# used for debuging purpose
|
|
||||||
logger:
|
|
||||||
# baud_rate: 9600
|
|
||||||
|
|
||||||
api:
|
|
||||||
password: "feelhome123"
|
|
||||||
|
|
||||||
# ota:
|
|
||||||
# password: "feelhome123"
|
|
||||||
|
|
||||||
wifi:
|
|
||||||
ssid: "lauIOT"
|
|
||||||
password: "superiot1"
|
|
||||||
domain: .home.cabestan.be
|
|
||||||
# ap:
|
|
||||||
# ssid: "Espwater Fallback Hotspot"
|
|
||||||
# password: "jTlMOFiFOzog"
|
|
||||||
|
|
||||||
# captive_portal:
|
|
||||||
|
|
||||||
web_server:
|
|
||||||
port: 80
|
|
||||||
|
|
||||||
# globals:
|
|
||||||
# - id: drops_absolute
|
|
||||||
# type: unsigned long int
|
|
||||||
# restore_value: no
|
|
||||||
# initial_value: '0'
|
|
||||||
# - id: drops_today
|
|
||||||
# type: int
|
|
||||||
# restore_value: no
|
|
||||||
# initial_value: '0'
|
|
||||||
# - id: drops_1min
|
|
||||||
# type: int
|
|
||||||
# restore_value: no
|
|
||||||
# initial_value: '0'
|
|
||||||
|
|
||||||
|
|
||||||
# switch:
|
|
||||||
# - platform: gpio
|
|
||||||
# name: "CO2 Led"
|
|
||||||
# pin: 12
|
|
||||||
# - platform: gpio
|
|
||||||
# id: co2_drop
|
|
||||||
# name: "CO2 Relay"
|
|
||||||
# pin: 13
|
|
||||||
Reference in New Issue
Block a user