Add Gammu based local SMS notifications (#31233)

* Add sms integration

Committer: ocalvo <oscar@calvonet.com>

* Fix PyLint

* Update requirements
This commit is contained in:
Oscar Calvo 2020-01-28 00:35:41 -08:00 committed by Pascal Vizeli
parent ec2d378a19
commit d813618d0d
8 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,3 @@
"""Constants for sms Component."""
DOMAIN = "sms"