-
Notifications
You must be signed in to change notification settings - Fork 0
/
airrohr.yaml
51 lines (42 loc) · 997 Bytes
/
airrohr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
esphome:
name: airrohr
esp32:
board: esp32thing
framework:
type: arduino
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ota:
platform: esphome
password: !secret ota_password
logger:
mqtt:
broker: !secret mqtt_server
uart:
id: uart_sds011
rx_pin: 22
tx_pin: 21
baud_rate: 9600
text_sensor:
- platform: version
name: "ESPHome Version"
hide_timestamp: true
state_topic: bitlair/esphome/airrohr/version
sensor:
- platform: wifi_signal
name: "WiFi Signal dB"
update_interval: 10s
state_topic: bitlair/esphome/airrohr/wifi_signal
retain: false
- platform: sds011
uart_id: uart_sds011
pm_2_5:
name: "Particulate Matter <2.5µm Concentration"
state_topic: bitlair/climate/airrohr/dust_mass/pm2.5
retain: false
pm_10_0:
name: "Particulate Matter <10.0µm Concentration"
state_topic: bitlair/climate/airrohr/dust_mass/pm10.0
retain: false
update_interval: 5min