mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	fix test
This commit is contained in:
		| @@ -1,13 +1,13 @@ | |||||||
| binary_sensor: | logger: | ||||||
|   - platform: template |  | ||||||
|     id: modem_ready |  | ||||||
|  |  | ||||||
| modem: | modem: | ||||||
|   ready: modem_ready |   id: atmodem | ||||||
|   rx_pin: 26 |   rx_pin: 26 | ||||||
|   tx_pin: 27 |   tx_pin: 27 | ||||||
|   model: SIM7600 |   model: SIM7600 | ||||||
|   apn: orange |   apn: orange | ||||||
|   username: orange |  | ||||||
|   password: orange |  | ||||||
|   pin_code: "0000" |   pin_code: "0000" | ||||||
|  |   init_at: | ||||||
|  |     - AT | ||||||
|  |   on_not_responding: | ||||||
|  |     logger.log: "modem not responding" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user