mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +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"
|