mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
11 lines
291 B
JSON
11 lines
291 B
JSON
{
|
|
"domain": "monzo",
|
|
"name": "Monzo",
|
|
"codeowners": ["@jakemartin-icl"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/monzo",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["monzopy==1.5.1"]
|
|
}
|