30 lines
511 B
YAML
30 lines
511 B
YAML
# 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" |