mirror of
https://github.com/esphome/esphome.git
synced 2025-01-07 13:21:44 +01:00
13 lines
201 B
YAML
13 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"
|