mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
15 lines
371 B
JSON
15 lines
371 B
JSON
{
|
|
"domain": "recorder",
|
|
"name": "Recorder",
|
|
"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.41",
|
|
"fnv-hash-fast==2.0.0",
|
|
"psutil-home-assistant==0.0.1"
|
|
]
|
|
}
|