Add aquarium temperature tracker
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
esphome:
|
||||
name: wardrobe
|
||||
platform: ESP8266
|
||||
board: nodemcuv2
|
||||
|
||||
logger:
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
|
||||
mqtt:
|
||||
broker: mqtt
|
||||
|
||||
dallas:
|
||||
- pin: D4
|
||||
|
||||
sensor:
|
||||
- platform: dallas
|
||||
address: 0x6a0316643959ff28
|
||||
name: "Aquarium Temperature"
|
||||
|
||||
ota:
|
||||
password: ""
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "wardrobe"
|
||||
password: !secret wifi_fallback_hotspot_password
|
||||
|
||||
captive_portal:
|
||||
Reference in New Issue
Block a user