16 lines
405 B
JSON
16 lines
405 B
JSON
{
|
|
"domain": "recorder",
|
|
"name": "Recorder",
|
|
"after_dependencies": ["http"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"documentation": "https://www.home-assistant.io/integrations/recorder",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal",
|
|
"requirements": [
|
|
"SQLAlchemy==2.0.31",
|
|
"fnv-hash-fast==0.5.0",
|
|
"psutil-home-assistant==0.0.1"
|
|
]
|
|
}
|