mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +02:00
Move cloud onboarding API to an onboarding platform (#141978)
* Move cloud onboarding API to an onboarding platform * Address review comments * Add tests * Move cloud onboarding tests to the cloud integration * Address review comments * Don't wait for platforms * Add test * Remove useless check for CLOUD_DATA
This commit is contained in:
@@ -173,11 +173,10 @@ IGNORE_VIOLATIONS = {
|
||||
"logbook",
|
||||
# Temporary needed for migration until 2024.10
|
||||
("conversation", "assist_pipeline"),
|
||||
# The onboarding integration provides limited backup and cloud APIs for use
|
||||
# The onboarding integration provides limited backup for use
|
||||
# during onboarding. The onboarding integration waits for the backup manager
|
||||
# and cloud to be ready before calling any backup or cloud functionality.
|
||||
# and to be ready before calling any backup functionality.
|
||||
("onboarding", "backup"),
|
||||
("onboarding", "cloud"),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user