mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
fix test
This commit is contained in:
parent
8095850e83
commit
377c30f72e
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
binary_sensor:
|
logger:
|
||||||
- platform: template
|
|
||||||
id: modem_ready
|
|
||||||
|
|
||||||
modem:
|
modem:
|
||||||
ready: modem_ready
|
id: atmodem
|
||||||
rx_pin: 26
|
rx_pin: 26
|
||||||
tx_pin: 27
|
tx_pin: 27
|
||||||
model: SIM7600
|
model: SIM7600
|
||||||
apn: orange
|
apn: orange
|
||||||
username: orange
|
|
||||||
password: orange
|
|
||||||
pin_code: "0000"
|
pin_code: "0000"
|
||||||
|
init_at:
|
||||||
|
- AT
|
||||||
|
on_not_responding:
|
||||||
|
logger.log: "modem not responding"
|
||||||
|
|
Loading…
Reference in a new issue