mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add MQTT to constraints file (#38049)
This commit is contained in:
@@ -297,8 +297,11 @@ def gather_constraints():
|
||||
return (
|
||||
"\n".join(
|
||||
sorted(
|
||||
core_requirements()
|
||||
+ list(gather_recursive_requirements("default_config"))
|
||||
{
|
||||
*core_requirements(),
|
||||
*gather_recursive_requirements("default_config"),
|
||||
*gather_recursive_requirements("mqtt"),
|
||||
}
|
||||
)
|
||||
+ [""]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user