Add cloud as after_dependency to onedrive (#145301)

This commit is contained in:
Josef Zweck
2025-05-23 15:07:06 +02:00
committed by GitHub
parent 7bf4239789
commit 0c9b1b5c58

View File

@@ -1,6 +1,7 @@
{ {
"domain": "onedrive", "domain": "onedrive",
"name": "OneDrive", "name": "OneDrive",
"after_dependencies": ["cloud"],
"codeowners": ["@zweckj"], "codeowners": ["@zweckj"],
"config_flow": true, "config_flow": true,
"dependencies": ["application_credentials"], "dependencies": ["application_credentials"],