1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +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:
Guillermo Ruffino
2019-06-17 15:13:52 -03:00
committed by Otto Winter
parent 904a0b26ea
commit fc465d6d93
5 changed files with 420 additions and 1 deletions

View File

@@ -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'