mirror of
https://github.com/esphome/esphome.git
synced 2025-01-20 04:44:05 +00: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"
|