mirror of
https://github.com/esphome/esphome.git
synced 2024-12-18 11:34:54 +01:00
13 lines
186 B
YAML
13 lines
186 B
YAML
logger:
|
|
|
|
modem:
|
|
id: atmodem
|
|
rx_pin: 26
|
|
tx_pin: 27
|
|
model: SIM7600
|
|
apn: orange
|
|
pin_code: "0000"
|
|
init_at:
|
|
- AT
|
|
on_not_responding:
|
|
logger.log: "modem not responding"
|