Add d1-mini-bme280-dffd3e
This commit is contained in:
commit
334169533e
5
nodes/d1-mini-bme280-dffd3e/.gitignore
vendored
Normal file
5
nodes/d1-mini-bme280-dffd3e/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Gitignore settings for ESPHome
|
||||
# This is an example and may include too much for your use-case.
|
||||
# You can modify this file to suit your needs.
|
||||
/.esphome/
|
||||
/secrets.yaml
|
42
nodes/d1-mini-bme280-dffd3e/firmware.yaml
Normal file
42
nodes/d1-mini-bme280-dffd3e/firmware.yaml
Normal file
@ -0,0 +1,42 @@
|
||||
---
|
||||
|
||||
substitutions:
|
||||
macsuffix: "dffd3e"
|
||||
|
||||
wifi:
|
||||
power_save_mode: LIGHT
|
||||
|
||||
improv_serial:
|
||||
|
||||
esphome:
|
||||
name: "d1-mini-bme280-${macsuffix}"
|
||||
|
||||
esp8266:
|
||||
board: d1_mini
|
||||
|
||||
captive_portal:
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
|
||||
api:
|
||||
reboot_timeout: 0s
|
||||
|
||||
i2c:
|
||||
scl: GPIO5
|
||||
sda: GPIO4
|
||||
scan: false
|
||||
|
||||
sensor:
|
||||
- platform: bme280_i2c
|
||||
update_interval: 30s
|
||||
pressure:
|
||||
name: "${macsuffix} Pressure"
|
||||
humidity:
|
||||
name: "${macsuffix} Humidity"
|
||||
temperature:
|
||||
name: "${macsuffix} Temperature"
|
||||
address: 0x76
|
Loading…
Reference in New Issue
Block a user