Ajouter esp32-s2 mini + ATH10.yaml
This commit is contained in:
parent
284a007bfc
commit
4b24779e56
30
esp32-s2 mini + ATH10.yaml
Normal file
30
esp32-s2 mini + ATH10.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
# Ikea Vindriktning
|
||||
uart:
|
||||
rx_pin: 6
|
||||
baud_rate: 9600
|
||||
|
||||
# SHT21
|
||||
i2c:
|
||||
sda: 8
|
||||
scl: 10
|
||||
scan: true
|
||||
id: bus_a
|
||||
|
||||
sensor:
|
||||
# Ikea Vindriktning
|
||||
- platform: pm1006
|
||||
pm_2_5:
|
||||
name: "Particulate Matter 2.5µm Concentration"
|
||||
accuracy_decimals: 2
|
||||
filters:
|
||||
- sliding_window_moving_average:
|
||||
window_size: 50
|
||||
send_every: 10
|
||||
send_first_at: 10
|
||||
|
||||
# SHT21
|
||||
- platform: htu21d
|
||||
temperature:
|
||||
name: "Temperature"
|
||||
humidity:
|
||||
name: "Humidity"
|
Loading…
x
Reference in New Issue
Block a user