mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
Add integration_type service to monzo (#159697)
This commit is contained in:
committed by
GitHub
parent
1664dd5702
commit
91ebeb84e7
@@ -5,6 +5,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["application_credentials"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/monzo",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["monzopy==1.5.1"]
|
||||
}
|
||||
|
||||
@@ -4167,7 +4167,7 @@
|
||||
},
|
||||
"monzo": {
|
||||
"name": "Monzo",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user