core/homeassistant/components/recorder/manifest.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.15",
"fnv-hash-fast==0.4.1",
"psutil-home-assistant==0.0.1"
]
}