core/homeassistant/components/recorder/manifest.json

11 lines
316 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.6", "fnvhash==0.1.0"]
}