mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
14 lines
201 B
YAML
14 lines
201 B
YAML
|
binary_sensor:
|
||
|
- platform: template
|
||
|
id: modem_ready
|
||
|
|
||
|
modem:
|
||
|
ready: modem_ready
|
||
|
rx_pin: 26
|
||
|
tx_pin: 27
|
||
|
model: SIM7600
|
||
|
apn: orange
|
||
|
username: orange
|
||
|
password: orange
|
||
|
pin_code: "0000"
|