Specify recorder as after dependency in sql integration (#139037)
* Specify recorder as after dependency in sql integration * Remove hassfest exception --------- Co-authored-by: J. Nick Koston <nick@koston.org>pull/139859/head
parent
108b71d33c
commit
b4b7142b55
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"domain": "sql",
|
||||
"name": "SQL",
|
||||
"after_dependencies": ["recorder"],
|
||||
"codeowners": ["@gjohansson-ST", "@dougiteixeira"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/sql",
|
||||
|
|
|
@ -153,8 +153,6 @@ ALLOWED_USED_COMPONENTS = {
|
|||
}
|
||||
|
||||
IGNORE_VIOLATIONS = {
|
||||
# Has same requirement, gets defaults.
|
||||
("sql", "recorder"),
|
||||
# Sharing a base class
|
||||
("lutron_caseta", "lutron"),
|
||||
("ffmpeg_noise", "ffmpeg_motion"),
|
||||
|
|
Loading…
Reference in New Issue