mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Add sms integration Committer: ocalvo <oscar@calvonet.com> * Fix PyLint * Update requirements
9 lines
229 B
JSON
9 lines
229 B
JSON
{
|
|
"domain": "sms",
|
|
"name": "SMS notifications via GSM-modem",
|
|
"documentation": "https://www.home-assistant.io/integrations/sms",
|
|
"requirements": ["python-gammu==2.12"],
|
|
"dependencies": [],
|
|
"codeowners": ["@ocalvo"]
|
|
}
|