taschenbier
3 years ago
1 changed files with 28 additions and 0 deletions
@ -0,0 +1,28 @@
@@ -0,0 +1,28 @@
|
||||
<<: !include secrets.yaml |
||||
|
||||
esphome: |
||||
name: lugsaar_esphome_particle01 |
||||
platform: ESP8266 |
||||
board: d1_mini |
||||
|
||||
wifi: |
||||
ssid: $wifi_ssid |
||||
password: $wifi_password |
||||
|
||||
api: |
||||
password: $ota_password |
||||
|
||||
ota: |
||||
password: $ota_password |
||||
|
||||
logger: |
||||
|
||||
uart: |
||||
rx_pin: D2 |
||||
baud_rate: 9600 |
||||
|
||||
sensor: |
||||
- platform: pm1006 |
||||
pm_2_5: |
||||
name: "Particulate Matter 2.5µm Concentration" |
||||
|
Loading…
Reference in new issue