mirror of
https://github.com/esphome/esphome.git
synced 2025-04-15 07:10:33 +01:00
fix test
This commit is contained in:
parent
8095850e83
commit
377c30f72e
@ -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…
x
Reference in New Issue
Block a user