Defined unused dummy TX pin as required by component.
This commit is contained in:
@@ -115,7 +115,9 @@ light:
|
||||
|
||||
# Initialize UART for Vindriktning sensor
|
||||
uart:
|
||||
id: uartPM
|
||||
rx_pin: GPIO22
|
||||
tx_pin: GPIO23
|
||||
baud_rate: 9600
|
||||
|
||||
# Create text sensor to represent CO2 LED warn state (somewhat redundant)
|
||||
|
||||
@@ -114,7 +114,9 @@ light:
|
||||
|
||||
# Initialize UART for Vindriktning sensor
|
||||
uart:
|
||||
id: uartPM
|
||||
rx_pin: GPIO26
|
||||
tx_pin: GPIO27
|
||||
baud_rate: 9600
|
||||
|
||||
# Create text sensor to represent CO2 LED warn state (somewhat redundant)
|
||||
@@ -212,6 +214,7 @@ sensor:
|
||||
update_interval: 60s
|
||||
# Vindriktning particulate matter sensor
|
||||
- platform: pm1006
|
||||
uart_id: uartPM
|
||||
pm_2_5:
|
||||
name: "Feinstaub PM 2.5µm"
|
||||
on_value_range:
|
||||
|
||||
Reference in New Issue
Block a user