1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add strict connection for cloud (#115814)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Robert Resch
2024-04-24 09:57:38 +02:00
committed by GitHub
parent b520efb87a
commit a4829330f6
20 changed files with 644 additions and 58 deletions

View File

@@ -152,6 +152,7 @@ IGNORE_VIOLATIONS = {
("demo", "manual"),
# This would be a circular dep
("http", "network"),
("http", "cloud"),
# This would be a circular dep
("zha", "homeassistant_hardware"),
("zha", "homeassistant_sky_connect"),