mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
new test
This commit is contained in:
13
tests/components/modem/test.esp32-idf.yaml
Normal file
13
tests/components/modem/test.esp32-idf.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user