mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 21:41:28 +01:00
13 lines
378 B
JSON
13 lines
378 B
JSON
{
|
|
"domain": "monzo",
|
|
"name": "Monzo",
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@jakemartin-icl"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials", "http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/monzo",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["monzopy==1.8.0"]
|
|
}
|