Add integration_type service to monzo (#159697)

This commit is contained in:
Joost Lekkerkerker
2025-12-25 21:52:54 +01:00
committed by GitHub
parent 1664dd5702
commit 91ebeb84e7
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -4167,7 +4167,7 @@
},
"monzo": {
"name": "Monzo",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},