mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Mark test-before-setup as exempt in mqtt (#132334)
This commit is contained in:
parent
c41cf570d3
commit
e5851c20e9
@ -29,9 +29,12 @@ rules:
|
|||||||
MQTT broker, this happens during integration setup,
|
MQTT broker, this happens during integration setup,
|
||||||
and only one config entry is allowed.
|
and only one config entry is allowed.
|
||||||
test-before-configure: done
|
test-before-configure: done
|
||||||
test-before-setup: done
|
test-before-setup:
|
||||||
|
status: exempt
|
||||||
|
comment: >
|
||||||
|
We choose to early exit the entry as it can take some time for the client
|
||||||
|
to connect. Waiting for the client would increase the overall setup time.
|
||||||
unique-config-entry: done
|
unique-config-entry: done
|
||||||
|
|
||||||
# Silver
|
# Silver
|
||||||
config-entry-unloading: done
|
config-entry-unloading: done
|
||||||
log-when-unavailable: done
|
log-when-unavailable: done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user