mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	add init_at
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| # copy of test5.yaml with gsm network | ||||
| # copy of test5.yaml with modem network | ||||
| esphome: | ||||
|   name: test5-1 | ||||
|   build_path: build/test5-1 | ||||
| @@ -12,7 +12,7 @@ esp32: | ||||
|   framework: | ||||
|     type: esp-idf | ||||
|  | ||||
| gsm: | ||||
| modem: | ||||
|   rx_pin: 26 | ||||
|   tx_pin: 27 | ||||
|   power_pin: 4 | ||||
| @@ -96,7 +96,7 @@ binary_sensor: | ||||
|     id: modbus_binsensortest | ||||
|     register_type: read | ||||
|     address: 0x3200 | ||||
|     bitmask: 0x80   # (bit 8) | ||||
|     bitmask: 0x80 # (bit 8) | ||||
|     lambda: "return x;" | ||||
|  | ||||
|   - platform: tm1638 | ||||
| @@ -646,9 +646,9 @@ display: | ||||
|     id: primarydisplay | ||||
|     stb_pin: | ||||
|       allow_other_uses: true | ||||
|       number: 5   # TM1638 STB | ||||
|     clk_pin: 18   # TM1638 CLK | ||||
|     dio_pin: 23   # TM1638 DIO | ||||
|       number: 5 # TM1638 STB | ||||
|     clk_pin: 18 # TM1638 CLK | ||||
|     dio_pin: 23 # TM1638 DIO | ||||
|     update_interval: 5s | ||||
|     intensity: 5 | ||||
|     lambda: |- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user