1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/sms/manifest.json
Oscar Calvo d813618d0d Add Gammu based local SMS notifications (#31233)
* Add sms integration

Committer: ocalvo <oscar@calvonet.com>

* Fix PyLint

* Update requirements
2020-01-28 09:35:41 +01:00

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"]
}