ESP32 ESPHome migration to esp-idf
This commit is contained in:
@@ -52,7 +52,7 @@ esphome:
|
||||
esp32:
|
||||
board: nodemcu-32s
|
||||
framework:
|
||||
type: arduino
|
||||
type: esp-idf
|
||||
|
||||
wifi:
|
||||
ssid: "Voltage-legacy"
|
||||
@@ -117,7 +117,6 @@ light:
|
||||
uart:
|
||||
id: uartPM
|
||||
rx_pin: GPIO22
|
||||
tx_pin: GPIO23
|
||||
baud_rate: 9600
|
||||
|
||||
# Create text sensor to represent CO2 LED warn state (somewhat redundant)
|
||||
@@ -212,7 +211,7 @@ sensor:
|
||||
ambient_pressure_compensation: 1
|
||||
automatic_self_calibration: True
|
||||
address: 0x61
|
||||
update_interval: 60s
|
||||
update_interval: 10s
|
||||
# Vindriktning particulate matter sensor
|
||||
- platform: pm1006
|
||||
pm_2_5:
|
||||
|
||||
Reference in New Issue
Block a user