mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	SMS Sender / Receiver (#522)
* add sim800l * Increse SoftwareSerial Buffer Size * use auto id on action * lint * lint * add to test3.yaml * lint Co-authored-by: Guillermo Ruffino <guillermo.ruffino@pampatech.net>
This commit is contained in:
		
				
					committed by
					
						 Otto Winter
						Otto Winter
					
				
			
			
				
	
			
			
			
						parent
						
							904a0b26ea
						
					
				
				
					commit
					fc465d6d93
				
			| @@ -465,3 +465,13 @@ ttp229_lsf: | ||||
| ttp229_bsf: | ||||
|   sdo_pin: D0 | ||||
|   scl_pin: D1 | ||||
|  | ||||
| sim800l: | ||||
|   on_sms_received: | ||||
|     - lambda: |- | ||||
|         std::string str; | ||||
|         str = sender; | ||||
|         str = message; | ||||
|     - sim800l.send_sms: | ||||
|         message: 'hello you' | ||||
|         recipient: '+1234' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user