mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
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>
This commit is contained in:
parent
108b71d33c
commit
b4b7142b55
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"domain": "sql",
|
"domain": "sql",
|
||||||
"name": "SQL",
|
"name": "SQL",
|
||||||
|
"after_dependencies": ["recorder"],
|
||||||
"codeowners": ["@gjohansson-ST", "@dougiteixeira"],
|
"codeowners": ["@gjohansson-ST", "@dougiteixeira"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sql",
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
||||||
|
@ -153,8 +153,6 @@ ALLOWED_USED_COMPONENTS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
IGNORE_VIOLATIONS = {
|
IGNORE_VIOLATIONS = {
|
||||||
# Has same requirement, gets defaults.
|
|
||||||
("sql", "recorder"),
|
|
||||||
# Sharing a base class
|
# Sharing a base class
|
||||||
("lutron_caseta", "lutron"),
|
("lutron_caseta", "lutron"),
|
||||||
("ffmpeg_noise", "ffmpeg_motion"),
|
("ffmpeg_noise", "ffmpeg_motion"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user