1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 16:34:00 +00:00
Files
core/homeassistant/components/sms/manifest.json
2023-02-08 20:22:30 +01:00

11 lines
287 B
JSON

{
"domain": "sms",
"name": "SMS notifications via GSM-modem",
"codeowners": ["@ocalvo"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sms",
"iot_class": "local_polling",
"loggers": ["gammu"],
"requirements": ["python-gammu==3.2.4"]
}