1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00
This commit is contained in:
Thomas Bræmer
2023-12-13 00:26:08 +01:00
committed by GitHub
parent c6dc336c4a
commit 259a6d52e1
6 changed files with 126 additions and 0 deletions

View File

@@ -84,6 +84,14 @@ uart:
allow_other_uses: true
number: GPIO26
baud_rate: 9600
- id: uart_a02yyuw
tx_pin:
allow_other_uses: true
number: GPIO22
rx_pin:
allow_other_uses: true
number: GPIO23
baud_rate: 9600
- id: uart_he60r
tx_pin:
number: GPIO18
@@ -357,6 +365,11 @@ sensor:
name: "a01nyub Distance"
uart_id: uart9600
state_topic: "esphome/sensor/a01nyub_sensor/state"
- platform: a02yyuw
id: a02yyuw_sensor
name: "a02yyuw Distance"
uart_id: uart_a02yyuw
state_topic: "esphome/sensor/a02yyuw_sensor/state"
#
# platform sensor.apds9960 requires component apds9960