1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-10-08 11:20:48 -10:00
parent 82bdb08884
commit e8adcb539c
1783 changed files with 3982 additions and 5115 deletions

View File

@@ -1,9 +1,3 @@
uart:
- id: uart_dsmr
tx_pin: ${tx_pin}
rx_pin: ${rx_pin}
baud_rate: 9600
dsmr:
decryption_key: 00112233445566778899aabbccddeeff
max_telegram_length: 1000

View File

@@ -1,6 +1,6 @@
substitutions:
tx_pin: GPIO4
rx_pin: GPIO5
tx_pin: GPIO0
rx_pin: GPIO2
request_pin: GPIO15
<<: !include common.yaml